public static interface BulkDeleteProtos.BulkDeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BulkDeleteProtos.BulkDeleteRequest.DeleteType |
getDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2; |
int |
getRowBatchSize()
required uint32 rowBatchSize = 4; |
ClientProtos.Scan |
getScan()
required .Scan scan = 1; |
ClientProtos.ScanOrBuilder |
getScanOrBuilder()
required .Scan scan = 1; |
long |
getTimestamp()
optional uint64 timestamp = 3; |
boolean |
hasDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2; |
boolean |
hasRowBatchSize()
required uint32 rowBatchSize = 4; |
boolean |
hasScan()
required .Scan scan = 1; |
boolean |
hasTimestamp()
optional uint64 timestamp = 3; |
boolean hasScan()
required .Scan scan = 1;
ClientProtos.Scan getScan()
required .Scan scan = 1;
ClientProtos.ScanOrBuilder getScanOrBuilder()
required .Scan scan = 1;
boolean hasDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2;
BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()
required .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-2016 The Apache Software Foundation. All Rights Reserved.