Class GetElementsWithinSetHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.accumulostore.operation.handler.GetElementsWithinSetHandler
-
- All Implemented Interfaces:
OperationHandler<GetElementsWithinSet>
,OutputOperationHandler<GetElementsWithinSet,Iterable<? extends Element>>
public class GetElementsWithinSetHandler extends Object implements OutputOperationHandler<GetElementsWithinSet,Iterable<? extends Element>>
-
-
Constructor Summary
Constructors Constructor Description GetElementsWithinSetHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<? extends Element>
doOperation(GetElementsWithinSet operation, Context context, Store store)
Execute the givenOutput
operation.Iterable<? extends Element>
doOperation(GetElementsWithinSet operation, User user, AccumuloStore store)
-
-
-
Method Detail
-
doOperation
public Iterable<? extends Element> doOperation(GetElementsWithinSet operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandler
Execute the givenOutput
operation.- Specified by:
doOperation
in interfaceOperationHandler<GetElementsWithinSet>
- Specified by:
doOperation
in interfaceOutputOperationHandler<GetElementsWithinSet,Iterable<? extends Element>>
- 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
-
doOperation
public Iterable<? extends Element> doOperation(GetElementsWithinSet operation, User user, AccumuloStore store) throws OperationException
- Throws:
OperationException
-
-