public static final class ClientPB.MultiRegionLoadStats extends com.google.protobuf.GeneratedMessageLite implements ClientPB.MultiRegionLoadStatsOrBuilder
MultiRegionLoadStats| Modifier and Type | Class and Description |
|---|---|
static class |
ClientPB.MultiRegionLoadStats.Builder
Protobuf type
MultiRegionLoadStats |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<ClientPB.MultiRegionLoadStats> |
PARSER |
static int |
REGION_FIELD_NUMBER |
static int |
STAT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ClientPB.MultiRegionLoadStats |
getDefaultInstance() |
ClientPB.MultiRegionLoadStats |
getDefaultInstanceForType() |
com.google.protobuf.Parser<ClientPB.MultiRegionLoadStats> |
getParserForType() |
HBasePB.RegionSpecifier |
getRegion(int index)
repeated .RegionSpecifier region = 1; |
int |
getRegionCount()
repeated .RegionSpecifier region = 1; |
List<HBasePB.RegionSpecifier> |
getRegionList()
repeated .RegionSpecifier region = 1; |
HBasePB.RegionSpecifierOrBuilder |
getRegionOrBuilder(int index)
repeated .RegionSpecifier region = 1; |
List<? extends HBasePB.RegionSpecifierOrBuilder> |
getRegionOrBuilderList()
repeated .RegionSpecifier region = 1; |
int |
getSerializedSize() |
ClientPB.RegionLoadStats |
getStat(int index)
repeated .RegionLoadStats stat = 2; |
int |
getStatCount()
repeated .RegionLoadStats stat = 2; |
List<ClientPB.RegionLoadStats> |
getStatList()
repeated .RegionLoadStats stat = 2; |
ClientPB.RegionLoadStatsOrBuilder |
getStatOrBuilder(int index)
repeated .RegionLoadStats stat = 2; |
List<? extends ClientPB.RegionLoadStatsOrBuilder> |
getStatOrBuilderList()
repeated .RegionLoadStats stat = 2; |
boolean |
isInitialized() |
static ClientPB.MultiRegionLoadStats.Builder |
newBuilder() |
static ClientPB.MultiRegionLoadStats.Builder |
newBuilder(ClientPB.MultiRegionLoadStats prototype) |
ClientPB.MultiRegionLoadStats.Builder |
newBuilderForType() |
static ClientPB.MultiRegionLoadStats |
parseDelimitedFrom(InputStream input) |
static ClientPB.MultiRegionLoadStats |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiRegionLoadStats |
parseFrom(byte[] data) |
static ClientPB.MultiRegionLoadStats |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiRegionLoadStats |
parseFrom(com.google.protobuf.ByteString data) |
static ClientPB.MultiRegionLoadStats |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiRegionLoadStats |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientPB.MultiRegionLoadStats |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiRegionLoadStats |
parseFrom(InputStream input) |
static ClientPB.MultiRegionLoadStats |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientPB.MultiRegionLoadStats.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<ClientPB.MultiRegionLoadStats> PARSER
public static final int REGION_FIELD_NUMBER
public static final int STAT_FIELD_NUMBER
public static ClientPB.MultiRegionLoadStats getDefaultInstance()
public ClientPB.MultiRegionLoadStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClientPB.MultiRegionLoadStats> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic List<HBasePB.RegionSpecifier> getRegionList()
repeated .RegionSpecifier region = 1;getRegionList in interface ClientPB.MultiRegionLoadStatsOrBuilderpublic List<? extends HBasePB.RegionSpecifierOrBuilder> getRegionOrBuilderList()
repeated .RegionSpecifier region = 1;public int getRegionCount()
repeated .RegionSpecifier region = 1;getRegionCount in interface ClientPB.MultiRegionLoadStatsOrBuilderpublic HBasePB.RegionSpecifier getRegion(int index)
repeated .RegionSpecifier region = 1;getRegion in interface ClientPB.MultiRegionLoadStatsOrBuilderpublic HBasePB.RegionSpecifierOrBuilder getRegionOrBuilder(int index)
repeated .RegionSpecifier region = 1;public List<ClientPB.RegionLoadStats> getStatList()
repeated .RegionLoadStats stat = 2;getStatList in interface ClientPB.MultiRegionLoadStatsOrBuilderpublic List<? extends ClientPB.RegionLoadStatsOrBuilder> getStatOrBuilderList()
repeated .RegionLoadStats stat = 2;public int getStatCount()
repeated .RegionLoadStats stat = 2;getStatCount in interface ClientPB.MultiRegionLoadStatsOrBuilderpublic ClientPB.RegionLoadStats getStat(int index)
repeated .RegionLoadStats stat = 2;getStat in interface ClientPB.MultiRegionLoadStatsOrBuilderpublic ClientPB.RegionLoadStatsOrBuilder getStatOrBuilder(int index)
repeated .RegionLoadStats stat = 2;public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ClientPB.MultiRegionLoadStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRegionLoadStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRegionLoadStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRegionLoadStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRegionLoadStats parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.MultiRegionLoadStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.MultiRegionLoadStats parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.MultiRegionLoadStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.MultiRegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientPB.MultiRegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.MultiRegionLoadStats.Builder newBuilder()
public ClientPB.MultiRegionLoadStats.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClientPB.MultiRegionLoadStats.Builder newBuilder(ClientPB.MultiRegionLoadStats prototype)
public ClientPB.MultiRegionLoadStats.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors