Class FederatedGetAllGraphIDHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.federatedstore.operation.handler.impl.FederatedGetAllGraphIDHandler
-
- All Implemented Interfaces:
OperationHandler<GetAllGraphIds>
,OutputOperationHandler<GetAllGraphIds,Iterable<? extends String>>
public class FederatedGetAllGraphIDHandler extends Object implements OutputOperationHandler<GetAllGraphIds,Iterable<? extends String>>
-
-
Constructor Summary
Constructors Constructor Description FederatedGetAllGraphIDHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<? extends String>
doOperation(GetAllGraphIds operation, Context context, Store store)
Execute the givenOutput
operation.
-
-
-
Method Detail
-
doOperation
public Iterable<? extends String> doOperation(GetAllGraphIds operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandler
Execute the givenOutput
operation.- Specified by:
doOperation
in interfaceOperationHandler<GetAllGraphIds>
- Specified by:
doOperation
in interfaceOutputOperationHandler<GetAllGraphIds,Iterable<? extends String>>
- Parameters:
operation
- theOutput
operation to be executedcontext
- the operation chain context, containing the user who executed the operationstore
- theStore
the operation should be run on- Returns:
- the output for the operation.
- Throws:
OperationException
- thrown if the operation fails
-
-