public static final class RSGroupProtos.RSGroupInfo extends com.google.protobuf.GeneratedMessage implements RSGroupProtos.RSGroupInfoOrBuilder
hbase.pb.RSGroupInfo| Modifier and Type | Class and Description |
|---|---|
static class |
RSGroupProtos.RSGroupInfo.Builder
Protobuf type
hbase.pb.RSGroupInfo |
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD_NUMBER |
static <any> |
PARSER |
static int |
SERVERS_FIELD_NUMBER |
static int |
TABLES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static RSGroupProtos.RSGroupInfo |
getDefaultInstance() |
RSGroupProtos.RSGroupInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
HBaseProtos.ServerName |
getServers(int index)
repeated .hbase.pb.ServerName servers = 4; |
int |
getServersCount()
repeated .hbase.pb.ServerName servers = 4; |
java.util.List<HBaseProtos.ServerName> |
getServersList()
repeated .hbase.pb.ServerName servers = 4; |
HBaseProtos.ServerNameOrBuilder |
getServersOrBuilder(int index)
repeated .hbase.pb.ServerName servers = 4; |
java.util.List<? extends HBaseProtos.ServerNameOrBuilder> |
getServersOrBuilderList()
repeated .hbase.pb.ServerName servers = 4; |
TableProtos.TableName |
getTables(int index)
repeated .TableName tables = 3; |
int |
getTablesCount()
repeated .TableName tables = 3; |
java.util.List<TableProtos.TableName> |
getTablesList()
repeated .TableName tables = 3; |
TableProtos.TableNameOrBuilder |
getTablesOrBuilder(int index)
repeated .TableName tables = 3; |
java.util.List<? extends TableProtos.TableNameOrBuilder> |
getTablesOrBuilderList()
repeated .TableName tables = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasName()
required string name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RSGroupProtos.RSGroupInfo.Builder |
newBuilder() |
static RSGroupProtos.RSGroupInfo.Builder |
newBuilder(RSGroupProtos.RSGroupInfo prototype) |
RSGroupProtos.RSGroupInfo.Builder |
newBuilderForType() |
protected RSGroupProtos.RSGroupInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RSGroupProtos.RSGroupInfo |
parseDelimitedFrom(java.io.InputStream input) |
static RSGroupProtos.RSGroupInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RSGroupProtos.RSGroupInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RSGroupProtos.RSGroupInfo |
parseFrom(com.google.protobuf.ByteString data) |
static RSGroupProtos.RSGroupInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RSGroupProtos.RSGroupInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RSGroupProtos.RSGroupInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RSGroupProtos.RSGroupInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RSGroupProtos.RSGroupInfo.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int NAME_FIELD_NUMBER
public static final int SERVERS_FIELD_NUMBER
public static final int TABLES_FIELD_NUMBER
public static RSGroupProtos.RSGroupInfo getDefaultInstance()
public RSGroupProtos.RSGroupInfo 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 hasName()
required string name = 1;hasName in interface RSGroupProtos.RSGroupInfoOrBuilderpublic java.lang.String getName()
required string name = 1;getName in interface RSGroupProtos.RSGroupInfoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface RSGroupProtos.RSGroupInfoOrBuilderpublic java.util.List<HBaseProtos.ServerName> getServersList()
repeated .hbase.pb.ServerName servers = 4;getServersList in interface RSGroupProtos.RSGroupInfoOrBuilderpublic java.util.List<? extends HBaseProtos.ServerNameOrBuilder> getServersOrBuilderList()
repeated .hbase.pb.ServerName servers = 4;getServersOrBuilderList in interface RSGroupProtos.RSGroupInfoOrBuilderpublic int getServersCount()
repeated .hbase.pb.ServerName servers = 4;getServersCount in interface RSGroupProtos.RSGroupInfoOrBuilderpublic HBaseProtos.ServerName getServers(int index)
repeated .hbase.pb.ServerName servers = 4;getServers in interface RSGroupProtos.RSGroupInfoOrBuilderpublic HBaseProtos.ServerNameOrBuilder getServersOrBuilder(int index)
repeated .hbase.pb.ServerName servers = 4;getServersOrBuilder in interface RSGroupProtos.RSGroupInfoOrBuilderpublic java.util.List<TableProtos.TableName> getTablesList()
repeated .TableName tables = 3;getTablesList in interface RSGroupProtos.RSGroupInfoOrBuilderpublic java.util.List<? extends TableProtos.TableNameOrBuilder> getTablesOrBuilderList()
repeated .TableName tables = 3;getTablesOrBuilderList in interface RSGroupProtos.RSGroupInfoOrBuilderpublic int getTablesCount()
repeated .TableName tables = 3;getTablesCount in interface RSGroupProtos.RSGroupInfoOrBuilderpublic TableProtos.TableName getTables(int index)
repeated .TableName tables = 3;getTables in interface RSGroupProtos.RSGroupInfoOrBuilderpublic TableProtos.TableNameOrBuilder getTablesOrBuilder(int index)
repeated .TableName tables = 3;getTablesOrBuilder in interface RSGroupProtos.RSGroupInfoOrBuilderpublic 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 RSGroupProtos.RSGroupInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RSGroupProtos.RSGroupInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RSGroupProtos.RSGroupInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RSGroupProtos.RSGroupInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RSGroupProtos.RSGroupInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RSGroupProtos.RSGroupInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RSGroupProtos.RSGroupInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RSGroupProtos.RSGroupInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RSGroupProtos.RSGroupInfo.Builder newBuilder()
public RSGroupProtos.RSGroupInfo.Builder newBuilderForType()
public static RSGroupProtos.RSGroupInfo.Builder newBuilder(RSGroupProtos.RSGroupInfo prototype)
public RSGroupProtos.RSGroupInfo.Builder toBuilder()
protected RSGroupProtos.RSGroupInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)