public class ImportJavaRDDOfElementsHandler extends Object implements OperationHandler<ImportJavaRDDOfElements>
Constructor and Description |
---|
ImportJavaRDDOfElementsHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doOperation(ImportJavaRDDOfElements operation,
Context context,
AccumuloStore store) |
Void |
doOperation(ImportJavaRDDOfElements operation,
Context context,
Store store)
Execute the given
Operation . |
public Void doOperation(ImportJavaRDDOfElements operation, Context context, Store store) throws OperationException
OperationHandler
Operation
.doOperation
in interface OperationHandler<ImportJavaRDDOfElements>
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(ImportJavaRDDOfElements operation, Context context, AccumuloStore store) throws OperationException
OperationException
Copyright © 2022. All rights reserved.