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 givenOutput
operation.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:OutputOperationHandler
Execute the givenOutput
operation.- Specified by:
doOperation
in interfaceOperationHandler<GetElementsBetweenSets>
- Specified by:
doOperation
in interfaceOutputOperationHandler<GetElementsBetweenSets,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(GetElementsBetweenSets operation, User user, AccumuloStore store) throws OperationException
Deprecated.- Throws:
OperationException
-
-