public static final class RSGroupAdminProtos.MoveServersAndTablesRequest extends GeneratedMessage implements RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilder
hbase.pb.MoveServersAndTablesRequest| Modifier and Type | Class and Description |
|---|---|
static class |
RSGroupAdminProtos.MoveServersAndTablesRequest.Builder
Protobuf type
hbase.pb.MoveServersAndTablesRequest |
GeneratedMessage.BuilderParent, GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>| Modifier and Type | Field and Description |
|---|---|
static Parser<RSGroupAdminProtos.MoveServersAndTablesRequest> |
PARSER |
static int |
SERVERS_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
TARGET_GROUP_FIELD_NUMBER |
alwaysUseFieldBuildersgetAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasFieldtoByteArray, toByteString, writeDelimitedTo, writeTopublic static 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 MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessagepublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessagepublic Parser<RSGroupAdminProtos.MoveServersAndTablesRequest> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic boolean hasTargetGroup()
required string target_group = 1;hasTargetGroup in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic String getTargetGroup()
required string target_group = 1;getTargetGroup in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic ByteString getTargetGroupBytes()
required string target_group = 1;getTargetGroupBytes in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic List<HBaseProtos.ServerName> getServersList()
repeated .hbase.pb.ServerName servers = 2;getServersList in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic List<? extends HBaseProtos.ServerNameOrBuilder> getServersOrBuilderList()
repeated .hbase.pb.ServerName servers = 2;getServersOrBuilderList in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic int getServersCount()
repeated .hbase.pb.ServerName servers = 2;getServersCount in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic HBaseProtos.ServerName getServers(int index)
repeated .hbase.pb.ServerName servers = 2;getServers in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic HBaseProtos.ServerNameOrBuilder getServersOrBuilder(int index)
repeated .hbase.pb.ServerName servers = 2;getServersOrBuilder in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic List<TableProtos.TableName> getTableNameList()
repeated .hbase.pb.TableName table_name = 3;getTableNameList in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic List<? extends TableProtos.TableNameOrBuilder> getTableNameOrBuilderList()
repeated .hbase.pb.TableName table_name = 3;getTableNameOrBuilderList in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic int getTableNameCount()
repeated .hbase.pb.TableName table_name = 3;getTableNameCount in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic TableProtos.TableName getTableName(int index)
repeated .hbase.pb.TableName table_name = 3;getTableName in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic TableProtos.TableNameOrBuilder getTableNameOrBuilder(int index)
repeated .hbase.pb.TableName table_name = 3;getTableNameOrBuilder in interface RSGroupAdminProtos.MoveServersAndTablesRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessagepublic void writeTo(CodedOutputStream output) throws IOException
writeTo in interface MessageLitewriteTo in class AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RSGroupAdminProtos.MoveServersAndTablesRequest.Builder newBuilder()
public RSGroupAdminProtos.MoveServersAndTablesRequest.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static RSGroupAdminProtos.MoveServersAndTablesRequest.Builder newBuilder(RSGroupAdminProtos.MoveServersAndTablesRequest prototype)
public RSGroupAdminProtos.MoveServersAndTablesRequest.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected RSGroupAdminProtos.MoveServersAndTablesRequest.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessageCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.