public static interface MasterProtos.CreateTableRequestOrBuilder
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]; |
com.google.protobuf.ByteString |
getSplitKeys(int index)
repeated bytes split_keys = 2; |
int |
getSplitKeysCount()
repeated bytes split_keys = 2; |
List<com.google.protobuf.ByteString> |
getSplitKeysList()
repeated bytes split_keys = 2; |
HBaseProtos.TableSchema |
getTableSchema()
required .TableSchema table_schema = 1; |
HBaseProtos.TableSchemaOrBuilder |
getTableSchemaOrBuilder()
required .TableSchema table_schema = 1; |
boolean |
hasNonce()
optional uint64 nonce = 4 [default = 0]; |
boolean |
hasNonceGroup()
optional uint64 nonce_group = 3 [default = 0]; |
boolean |
hasTableSchema()
required .TableSchema table_schema = 1; |
boolean hasTableSchema()
required .TableSchema table_schema = 1;
HBaseProtos.TableSchema getTableSchema()
required .TableSchema table_schema = 1;
HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
required .TableSchema table_schema = 1;
List<com.google.protobuf.ByteString> getSplitKeysList()
repeated bytes split_keys = 2;
int getSplitKeysCount()
repeated bytes split_keys = 2;
com.google.protobuf.ByteString getSplitKeys(int index)
repeated bytes split_keys = 2;
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.