public abstract class AbstractImportKeyValuePairRDDToAccumuloHandler<OP extends Operation> extends Object implements OperationHandler<OP>
Constructor and Description |
---|
AbstractImportKeyValuePairRDDToAccumuloHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doOperation(OP operation,
Context context,
AccumuloStore store) |
Void |
doOperation(OP operation,
Context context,
Store store)
Execute the given
Operation . |
public AbstractImportKeyValuePairRDDToAccumuloHandler()
public Void doOperation(OP operation, Context context, Store store) throws OperationException
OperationHandler
Operation
.doOperation
in interface OperationHandler<OP extends Operation>
operation
- the Operation
to be executedcontext
- the operation chain context, containing the user who executed the operationstore
- the Store
the operation should be run onOperationException
- thrown if the operation failspublic void doOperation(OP operation, Context context, AccumuloStore store) throws OperationException
OperationException
Copyright © 2022. All rights reserved.