public static interface MasterProtos.TruncateTableRequestOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getNonce()
optional uint64 nonce = 4 [default = 0]; |
long |
getNonceGroup()
optional uint64 nonce_group = 3 [default = 0]; |
boolean |
getPreserveSplits()
optional bool preserveSplits = 2 [default = false]; |
HBaseProtos.TableName |
getTableName()
required .hbase.pb.TableName tableName = 1; |
HBaseProtos.TableNameOrBuilder |
getTableNameOrBuilder()
required .hbase.pb.TableName tableName = 1; |
boolean |
hasNonce()
optional uint64 nonce = 4 [default = 0]; |
boolean |
hasNonceGroup()
optional uint64 nonce_group = 3 [default = 0]; |
boolean |
hasPreserveSplits()
optional bool preserveSplits = 2 [default = false]; |
boolean |
hasTableName()
required .hbase.pb.TableName tableName = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
required .hbase.pb.TableName tableName = 1;HBaseProtos.TableName getTableName()
required .hbase.pb.TableName tableName = 1;HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
required .hbase.pb.TableName tableName = 1;boolean hasPreserveSplits()
optional bool preserveSplits = 2 [default = false];boolean getPreserveSplits()
optional bool preserveSplits = 2 [default = false];boolean hasNonceGroup()
optional uint64 nonce_group = 3 [default = 0];long getNonceGroup()
optional uint64 nonce_group = 3 [default = 0];boolean hasNonce()
optional uint64 nonce = 4 [default = 0];long getNonce()
optional uint64 nonce = 4 [default = 0];Copyright © 2007–2019 Cloudera. All rights reserved.