public static final class MasterProcedureProtos.CreateTableStateData extends com.google.protobuf.GeneratedMessage implements MasterProcedureProtos.CreateTableStateDataOrBuilder
hbase.pb.CreateTableStateData| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProcedureProtos.CreateTableStateData.Builder
Protobuf type
hbase.pb.CreateTableStateData |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
REGION_INFO_FIELD_NUMBER |
static int |
TABLE_SCHEMA_FIELD_NUMBER |
static int |
USER_INFO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProcedureProtos.CreateTableStateData |
getDefaultInstance() |
MasterProcedureProtos.CreateTableStateData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
HBaseProtos.RegionInfo |
getRegionInfo(int index)
repeated .hbase.pb.RegionInfo region_info = 3; |
int |
getRegionInfoCount()
repeated .hbase.pb.RegionInfo region_info = 3; |
java.util.List<HBaseProtos.RegionInfo> |
getRegionInfoList()
repeated .hbase.pb.RegionInfo region_info = 3; |
HBaseProtos.RegionInfoOrBuilder |
getRegionInfoOrBuilder(int index)
repeated .hbase.pb.RegionInfo region_info = 3; |
java.util.List<? extends HBaseProtos.RegionInfoOrBuilder> |
getRegionInfoOrBuilderList()
repeated .hbase.pb.RegionInfo region_info = 3; |
int |
getSerializedSize() |
HBaseProtos.TableSchema |
getTableSchema()
required .hbase.pb.TableSchema table_schema = 2; |
HBaseProtos.TableSchemaOrBuilder |
getTableSchemaOrBuilder()
required .hbase.pb.TableSchema table_schema = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
RPCProtos.UserInformation |
getUserInfo()
required .hbase.pb.UserInformation user_info = 1; |
RPCProtos.UserInformationOrBuilder |
getUserInfoOrBuilder()
required .hbase.pb.UserInformation user_info = 1; |
int |
hashCode() |
boolean |
hasTableSchema()
required .hbase.pb.TableSchema table_schema = 2; |
boolean |
hasUserInfo()
required .hbase.pb.UserInformation user_info = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProcedureProtos.CreateTableStateData.Builder |
newBuilder() |
static MasterProcedureProtos.CreateTableStateData.Builder |
newBuilder(MasterProcedureProtos.CreateTableStateData prototype) |
MasterProcedureProtos.CreateTableStateData.Builder |
newBuilderForType() |
protected MasterProcedureProtos.CreateTableStateData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProcedureProtos.CreateTableStateData |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProcedureProtos.CreateTableStateData |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProcedureProtos.CreateTableStateData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProcedureProtos.CreateTableStateData |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProcedureProtos.CreateTableStateData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProcedureProtos.CreateTableStateData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProcedureProtos.CreateTableStateData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProcedureProtos.CreateTableStateData |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProcedureProtos.CreateTableStateData.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int USER_INFO_FIELD_NUMBER
public static final int TABLE_SCHEMA_FIELD_NUMBER
public static final int REGION_INFO_FIELD_NUMBER
public static MasterProcedureProtos.CreateTableStateData getDefaultInstance()
public MasterProcedureProtos.CreateTableStateData 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 hasUserInfo()
required .hbase.pb.UserInformation user_info = 1;hasUserInfo in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic RPCProtos.UserInformation getUserInfo()
required .hbase.pb.UserInformation user_info = 1;getUserInfo in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic RPCProtos.UserInformationOrBuilder getUserInfoOrBuilder()
required .hbase.pb.UserInformation user_info = 1;getUserInfoOrBuilder in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic boolean hasTableSchema()
required .hbase.pb.TableSchema table_schema = 2;hasTableSchema in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic HBaseProtos.TableSchema getTableSchema()
required .hbase.pb.TableSchema table_schema = 2;getTableSchema in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
required .hbase.pb.TableSchema table_schema = 2;getTableSchemaOrBuilder in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic java.util.List<HBaseProtos.RegionInfo> getRegionInfoList()
repeated .hbase.pb.RegionInfo region_info = 3;getRegionInfoList in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic java.util.List<? extends HBaseProtos.RegionInfoOrBuilder> getRegionInfoOrBuilderList()
repeated .hbase.pb.RegionInfo region_info = 3;getRegionInfoOrBuilderList in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic int getRegionInfoCount()
repeated .hbase.pb.RegionInfo region_info = 3;getRegionInfoCount in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic HBaseProtos.RegionInfo getRegionInfo(int index)
repeated .hbase.pb.RegionInfo region_info = 3;getRegionInfo in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder(int index)
repeated .hbase.pb.RegionInfo region_info = 3;getRegionInfoOrBuilder in interface MasterProcedureProtos.CreateTableStateDataOrBuilderpublic 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 MasterProcedureProtos.CreateTableStateData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProcedureProtos.CreateTableStateData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProcedureProtos.CreateTableStateData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProcedureProtos.CreateTableStateData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProcedureProtos.CreateTableStateData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProcedureProtos.CreateTableStateData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProcedureProtos.CreateTableStateData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProcedureProtos.CreateTableStateData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProcedureProtos.CreateTableStateData.Builder newBuilder()
public MasterProcedureProtos.CreateTableStateData.Builder newBuilderForType()
public static MasterProcedureProtos.CreateTableStateData.Builder newBuilder(MasterProcedureProtos.CreateTableStateData prototype)
public MasterProcedureProtos.CreateTableStateData.Builder toBuilder()
protected MasterProcedureProtos.CreateTableStateData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)