public class BulkDeleteEndpoint extends BaseEndpointCoprocessor implements BulkDeleteProtocol
BulkDeleteProtocol.DeleteType
Coprocessor.State
VERSION
VERSION
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER
Constructor and Description |
---|
BulkDeleteEndpoint() |
Modifier and Type | Method and Description |
---|---|
BulkDeleteResponse |
delete(Scan scan,
byte deleteType,
Long timestamp,
int rowBatchSize) |
getEnvironment, getProtocolSignature, getProtocolVersion, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProtocolSignature, getProtocolVersion
public BulkDeleteResponse delete(Scan scan, byte deleteType, Long timestamp, int rowBatchSize)
delete
in interface BulkDeleteProtocol
rowBatchSize
- The number of rows which need to be accumulated by scan and delete as one batchCopyright © 2014 The Apache Software Foundation. All Rights Reserved.