Class SplitStoreFromRDDOfElementsHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.AbstractSplitStoreFromRDDOfElementsHandler<SplitStoreFromRDDOfElements>
-
- uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd.SplitStoreFromRDDOfElementsHandler
-
- All Implemented Interfaces:
OperationHandler<SplitStoreFromRDDOfElements>
public class SplitStoreFromRDDOfElementsHandler extends AbstractSplitStoreFromRDDOfElementsHandler<SplitStoreFromRDDOfElements>
-
-
Constructor Summary
Constructors Constructor Description SplitStoreFromRDDOfElementsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
doOperation(SplitStoreFromRDDOfElements operation, Context context, Store store)
Execute the givenOperation
.
-
-
-
Method Detail
-
doOperation
public Void doOperation(SplitStoreFromRDDOfElements operation, Context context, Store store) throws OperationException
Description copied from interface:OperationHandler
Execute the givenOperation
.- Parameters:
operation
- theOperation
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 or null.
- Throws:
OperationException
- thrown if the operation fails
-
-