|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.coprocessor.BaseEndpointCoprocessor
org.apache.hadoop.hbase.coprocessor.example.BulkDeleteEndpoint
public class BulkDeleteEndpoint
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.coprocessor.example.BulkDeleteProtocol |
---|
BulkDeleteProtocol.DeleteType |
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Coprocessor |
---|
Coprocessor.State |
Field Summary |
---|
Fields inherited from class org.apache.hadoop.hbase.coprocessor.BaseEndpointCoprocessor |
---|
VERSION |
Fields inherited from interface org.apache.hadoop.hbase.ipc.CoprocessorProtocol |
---|
VERSION |
Fields inherited from interface org.apache.hadoop.hbase.Coprocessor |
---|
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER |
Constructor Summary | |
---|---|
BulkDeleteEndpoint()
|
Method Summary | |
---|---|
BulkDeleteResponse |
delete(Scan scan,
byte deleteType,
Long timestamp,
int rowBatchSize)
|
Methods inherited from class org.apache.hadoop.hbase.coprocessor.BaseEndpointCoprocessor |
---|
getEnvironment, getProtocolSignature, getProtocolVersion, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.hbase.ipc.VersionedProtocol |
---|
getProtocolSignature, getProtocolVersion |
Constructor Detail |
---|
public BulkDeleteEndpoint()
Method Detail |
---|
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 batch
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |