public static interface BulkDeleteProtos.BulkDeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BulkDeleteProtos.BulkDeleteRequest.DeleteType |
getDeleteType()
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2; |
int |
getRowBatchSize()
required uint32 rowBatchSize = 4; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan |
getScan()
required .hbase.pb.Scan scan = 1; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanOrBuilder |
getScanOrBuilder()
required .hbase.pb.Scan scan = 1; |
long |
getTimestamp()
optional uint64 timestamp = 3; |
boolean |
hasDeleteType()
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2; |
boolean |
hasRowBatchSize()
required uint32 rowBatchSize = 4; |
boolean |
hasScan()
required .hbase.pb.Scan scan = 1; |
boolean |
hasTimestamp()
optional uint64 timestamp = 3; |
boolean hasScan()
required .hbase.pb.Scan scan = 1;
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan getScan()
required .hbase.pb.Scan scan = 1;
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanOrBuilder getScanOrBuilder()
required .hbase.pb.Scan scan = 1;
boolean hasDeleteType()
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
boolean hasTimestamp()
optional uint64 timestamp = 3;
long getTimestamp()
optional uint64 timestamp = 3;
boolean hasRowBatchSize()
required uint32 rowBatchSize = 4;
int getRowBatchSize()
required uint32 rowBatchSize = 4;
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.