Package uk.gov.gchq.gaffer.mapstore.impl
Class CountAllElementsDefaultViewHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.mapstore.impl.CountAllElementsDefaultViewHandler
-
- All Implemented Interfaces:
OperationHandler<CountAllElementsDefaultView>
,OutputOperationHandler<CountAllElementsDefaultView,Long>
public class CountAllElementsDefaultViewHandler extends Object implements OutputOperationHandler<CountAllElementsDefaultView,Long>
-
-
Constructor Summary
Constructors Constructor Description CountAllElementsDefaultViewHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
doOperation(CountAllElementsDefaultView operation, Context context, Store store)
Execute the givenOutput
operation.
-
-
-
Method Detail
-
doOperation
public Long doOperation(CountAllElementsDefaultView operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandler
Execute the givenOutput
operation.- Specified by:
doOperation
in interfaceOperationHandler<CountAllElementsDefaultView>
- Specified by:
doOperation
in interfaceOutputOperationHandler<CountAllElementsDefaultView,Long>
- 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
-
-