Class FederatedChangeGraphAccessHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.federatedstore.operation.handler.impl.FederatedChangeGraphAccessHandler
-
- All Implemented Interfaces:
OperationHandler<ChangeGraphAccess>,OutputOperationHandler<ChangeGraphAccess,Boolean>
public class FederatedChangeGraphAccessHandler extends Object implements OutputOperationHandler<ChangeGraphAccess,Boolean>
A handler forChangeGraphAccessoperation for the FederatedStore.
-
-
Constructor Summary
Constructors Constructor Description FederatedChangeGraphAccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleandoOperation(ChangeGraphAccess operation, Context context, Store store)Execute the givenOutputoperation.
-
-
-
Method Detail
-
doOperation
public Boolean doOperation(ChangeGraphAccess operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandlerExecute the givenOutputoperation.- Specified by:
doOperationin interfaceOperationHandler<ChangeGraphAccess>- Specified by:
doOperationin interfaceOutputOperationHandler<ChangeGraphAccess,Boolean>- Parameters:
operation- theOutputoperation to be executedcontext- the operation chain context, containing the user who executed the operationstore- theStorethe operation should be run on- Returns:
- the output for the operation.
- Throws:
OperationException- thrown if the operation fails
-
-