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