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