Class AddElementsFromHdfsHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.AddElementsFromHdfsHandler
-
- All Implemented Interfaces:
OperationHandler<AddElementsFromHdfs>
public class AddElementsFromHdfsHandler extends Object implements OperationHandler<AddElementsFromHdfs>
-
-
Constructor Summary
Constructors Constructor Description AddElementsFromHdfsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doOperation(AddElementsFromHdfs operation, Context context, AccumuloStore store)
Void
doOperation(AddElementsFromHdfs operation, Context context, Store store)
Execute the givenOperation
.
-
-
-
Method Detail
-
doOperation
public Void doOperation(AddElementsFromHdfs operation, Context context, Store store) throws OperationException
Description copied from interface:OperationHandler
Execute the givenOperation
.- Specified by:
doOperation
in interfaceOperationHandler<AddElementsFromHdfs>
- 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
-
doOperation
public void doOperation(AddElementsFromHdfs operation, Context context, AccumuloStore store) throws OperationException
- Throws:
OperationException
-
-