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, parseUnknownField
public 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.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClientPB.MultiRegionLoadStats> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public List<HBasePB.RegionSpecifier> getRegionList()
repeated .RegionSpecifier region = 1;
getRegionList
in interface ClientPB.MultiRegionLoadStatsOrBuilder
public List<? extends HBasePB.RegionSpecifierOrBuilder> getRegionOrBuilderList()
repeated .RegionSpecifier region = 1;
public int getRegionCount()
repeated .RegionSpecifier region = 1;
getRegionCount
in interface ClientPB.MultiRegionLoadStatsOrBuilder
public HBasePB.RegionSpecifier getRegion(int index)
repeated .RegionSpecifier region = 1;
getRegion
in interface ClientPB.MultiRegionLoadStatsOrBuilder
public HBasePB.RegionSpecifierOrBuilder getRegionOrBuilder(int index)
repeated .RegionSpecifier region = 1;
public List<ClientPB.RegionLoadStats> getStatList()
repeated .RegionLoadStats stat = 2;
getStatList
in interface ClientPB.MultiRegionLoadStatsOrBuilder
public List<? extends ClientPB.RegionLoadStatsOrBuilder> getStatOrBuilderList()
repeated .RegionLoadStats stat = 2;
public int getStatCount()
repeated .RegionLoadStats stat = 2;
getStatCount
in interface ClientPB.MultiRegionLoadStatsOrBuilder
public ClientPB.RegionLoadStats getStat(int index)
repeated .RegionLoadStats stat = 2;
getStat
in interface ClientPB.MultiRegionLoadStatsOrBuilder
public ClientPB.RegionLoadStatsOrBuilder getStatOrBuilder(int index)
repeated .RegionLoadStats stat = 2;
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClientPB.MultiRegionLoadStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.MultiRegionLoadStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.MultiRegionLoadStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.MultiRegionLoadStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.MultiRegionLoadStats parseFrom(InputStream input) throws IOException
IOException
public static ClientPB.MultiRegionLoadStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.MultiRegionLoadStats parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClientPB.MultiRegionLoadStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.MultiRegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClientPB.MultiRegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.MultiRegionLoadStats.Builder newBuilder()
public ClientPB.MultiRegionLoadStats.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClientPB.MultiRegionLoadStats.Builder newBuilder(ClientPB.MultiRegionLoadStats prototype)
public ClientPB.MultiRegionLoadStats.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors