public static final class MasterProtos.CreateTableRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.CreateTableRequestOrBuilder
hbase.pb.CreateTableRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.CreateTableRequest.Builder
Protobuf type
hbase.pb.CreateTableRequest |
| Modifier and Type | Field and Description |
|---|---|
static int |
NONCE_FIELD_NUMBER |
static int |
NONCE_GROUP_FIELD_NUMBER |
static <any> |
PARSER |
static int |
SPLIT_KEYS_FIELD_NUMBER |
static int |
TABLE_SCHEMA_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProtos.CreateTableRequest |
getDefaultInstance() |
MasterProtos.CreateTableRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getNonce()
optional uint64 nonce = 4 [default = 0]; |
long |
getNonceGroup()
optional uint64 nonce_group = 3 [default = 0]; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getSplitKeys(int index)
repeated bytes split_keys = 2; |
int |
getSplitKeysCount()
repeated bytes split_keys = 2; |
java.util.List<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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.CreateTableRequest.Builder |
newBuilder() |
static MasterProtos.CreateTableRequest.Builder |
newBuilder(MasterProtos.CreateTableRequest prototype) |
MasterProtos.CreateTableRequest.Builder |
newBuilderForType() |
protected MasterProtos.CreateTableRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.CreateTableRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.CreateTableRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.CreateTableRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.CreateTableRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.CreateTableRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int TABLE_SCHEMA_FIELD_NUMBER
public static final int SPLIT_KEYS_FIELD_NUMBER
public static final int NONCE_GROUP_FIELD_NUMBER
public static final int NONCE_FIELD_NUMBER
public static MasterProtos.CreateTableRequest getDefaultInstance()
public MasterProtos.CreateTableRequest getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasTableSchema()
required .hbase.pb.TableSchema table_schema = 1;hasTableSchema in interface MasterProtos.CreateTableRequestOrBuilderpublic HBaseProtos.TableSchema getTableSchema()
required .hbase.pb.TableSchema table_schema = 1;getTableSchema in interface MasterProtos.CreateTableRequestOrBuilderpublic HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
required .hbase.pb.TableSchema table_schema = 1;getTableSchemaOrBuilder in interface MasterProtos.CreateTableRequestOrBuilderpublic java.util.List<com.google.protobuf.ByteString> getSplitKeysList()
repeated bytes split_keys = 2;getSplitKeysList in interface MasterProtos.CreateTableRequestOrBuilderpublic int getSplitKeysCount()
repeated bytes split_keys = 2;getSplitKeysCount in interface MasterProtos.CreateTableRequestOrBuilderpublic com.google.protobuf.ByteString getSplitKeys(int index)
repeated bytes split_keys = 2;getSplitKeys in interface MasterProtos.CreateTableRequestOrBuilderpublic boolean hasNonceGroup()
optional uint64 nonce_group = 3 [default = 0];hasNonceGroup in interface MasterProtos.CreateTableRequestOrBuilderpublic long getNonceGroup()
optional uint64 nonce_group = 3 [default = 0];getNonceGroup in interface MasterProtos.CreateTableRequestOrBuilderpublic boolean hasNonce()
optional uint64 nonce = 4 [default = 0];hasNonce in interface MasterProtos.CreateTableRequestOrBuilderpublic long getNonce()
optional uint64 nonce = 4 [default = 0];getNonce in interface MasterProtos.CreateTableRequestOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static MasterProtos.CreateTableRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.CreateTableRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.CreateTableRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.CreateTableRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.CreateTableRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.CreateTableRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.CreateTableRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.CreateTableRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.CreateTableRequest.Builder newBuilder()
public MasterProtos.CreateTableRequest.Builder newBuilderForType()
public static MasterProtos.CreateTableRequest.Builder newBuilder(MasterProtos.CreateTableRequest prototype)
public MasterProtos.CreateTableRequest.Builder toBuilder()
protected MasterProtos.CreateTableRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)