public static interface MasterProtos.CreateTableRequestOrBuilder
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]; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getSplitKeys(int index)
repeated bytes split_keys = 2; |
int |
getSplitKeysCount()
repeated bytes split_keys = 2; |
List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> |
getSplitKeysList()
repeated bytes split_keys = 2; |
HBaseProtos.TableSchema |
getTableSchema()
required .hbase.pb.TableSchema table_schema = 1; |
HBaseProtos.TableSchemaOrBuilder |
getTableSchemaOrBuilder()
required .hbase.pb.TableSchema table_schema = 1; |
boolean |
hasNonce()
optional uint64 nonce = 4 [default = 0]; |
boolean |
hasNonceGroup()
optional uint64 nonce_group = 3 [default = 0]; |
boolean |
hasTableSchema()
required .hbase.pb.TableSchema table_schema = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableSchema()
required .hbase.pb.TableSchema table_schema = 1;HBaseProtos.TableSchema getTableSchema()
required .hbase.pb.TableSchema table_schema = 1;HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
required .hbase.pb.TableSchema table_schema = 1;List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> getSplitKeysList()
repeated bytes split_keys = 2;int getSplitKeysCount()
repeated bytes split_keys = 2;org.apache.hbase.thirdparty.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–2019 Cloudera. All rights reserved.