public static interface MasterProtos.TruncateTableRequestOrBuilder
extends 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 .TableName tableName = 1; |
HBaseProtos.TableNameOrBuilder |
getTableNameOrBuilder()
required .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 .TableName tableName = 1; |
boolean hasTableName()
required .TableName tableName = 1;
HBaseProtos.TableName getTableName()
required .TableName tableName = 1;
HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
required .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-2016 The Apache Software Foundation. All Rights Reserved.