public static final class RSGroupAdminProtos.MoveServersAndTablesRequest extends com.google.protobuf.GeneratedMessage implements RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
hbase.pb.MoveServersAndTablesRequest
Modifier and Type | Class and Description |
---|---|
static class |
RSGroupAdminProtos.MoveServersAndTablesRequest.Builder
Protobuf type
hbase.pb.MoveServersAndTablesRequest |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<RSGroupAdminProtos.MoveServersAndTablesRequest> |
PARSER |
static int |
SERVERS_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
TARGET_GROUP_FIELD_NUMBER |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<RSGroupAdminProtos.MoveServersAndTablesRequest> PARSER
public static final int TARGET_GROUP_FIELD_NUMBER
public static final int SERVERS_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
public static RSGroupAdminProtos.MoveServersAndTablesRequest getDefaultInstance()
public RSGroupAdminProtos.MoveServersAndTablesRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<RSGroupAdminProtos.MoveServersAndTablesRequest> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasTargetGroup()
required string target_group = 1;
hasTargetGroup
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public String getTargetGroup()
required string target_group = 1;
getTargetGroup
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public com.google.protobuf.ByteString getTargetGroupBytes()
required string target_group = 1;
getTargetGroupBytes
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public List<HBaseProtos.ServerName> getServersList()
repeated .hbase.pb.ServerName servers = 2;
getServersList
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public List<? extends HBaseProtos.ServerNameOrBuilder> getServersOrBuilderList()
repeated .hbase.pb.ServerName servers = 2;
getServersOrBuilderList
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public int getServersCount()
repeated .hbase.pb.ServerName servers = 2;
getServersCount
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public HBaseProtos.ServerName getServers(int index)
repeated .hbase.pb.ServerName servers = 2;
getServers
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public HBaseProtos.ServerNameOrBuilder getServersOrBuilder(int index)
repeated .hbase.pb.ServerName servers = 2;
getServersOrBuilder
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public List<TableProtos.TableName> getTableNameList()
repeated .hbase.pb.TableName table_name = 3;
getTableNameList
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public List<? extends TableProtos.TableNameOrBuilder> getTableNameOrBuilderList()
repeated .hbase.pb.TableName table_name = 3;
getTableNameOrBuilderList
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public int getTableNameCount()
repeated .hbase.pb.TableName table_name = 3;
getTableNameCount
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public TableProtos.TableName getTableName(int index)
repeated .hbase.pb.TableName table_name = 3;
getTableName
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public TableProtos.TableNameOrBuilder getTableNameOrBuilder(int index)
repeated .hbase.pb.TableName table_name = 3;
getTableNameOrBuilder
in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(InputStream input) throws IOException
IOException
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RSGroupAdminProtos.MoveServersAndTablesRequest.Builder newBuilder()
public RSGroupAdminProtos.MoveServersAndTablesRequest.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RSGroupAdminProtos.MoveServersAndTablesRequest.Builder newBuilder(RSGroupAdminProtos.MoveServersAndTablesRequest prototype)
public RSGroupAdminProtos.MoveServersAndTablesRequest.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected RSGroupAdminProtos.MoveServersAndTablesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007–2019 Cloudera. All rights reserved.