public static final class ClientPB.RegionLoadStats extends com.google.protobuf.GeneratedMessageLite implements ClientPB.RegionLoadStatsOrBuilder
RegionLoadStats
Statistics about the current load on the region
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientPB.RegionLoadStats.Builder
Protobuf type
RegionLoadStats |
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 int |
COMPACTIONPRESSURE_FIELD_NUMBER |
static int |
HEAPOCCUPANCY_FIELD_NUMBER |
static int |
MEMSTORELOAD_FIELD_NUMBER |
static com.google.protobuf.Parser<ClientPB.RegionLoadStats> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompactionPressure()
optional int32 compactionPressure = 3 [default = 0]; |
static ClientPB.RegionLoadStats |
getDefaultInstance() |
ClientPB.RegionLoadStats |
getDefaultInstanceForType() |
int |
getHeapOccupancy()
optional int32 heapOccupancy = 2 [default = 0]; |
int |
getMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0]; |
com.google.protobuf.Parser<ClientPB.RegionLoadStats> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasCompactionPressure()
optional int32 compactionPressure = 3 [default = 0]; |
boolean |
hasHeapOccupancy()
optional int32 heapOccupancy = 2 [default = 0]; |
boolean |
hasMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0]; |
boolean |
isInitialized() |
static ClientPB.RegionLoadStats.Builder |
newBuilder() |
static ClientPB.RegionLoadStats.Builder |
newBuilder(ClientPB.RegionLoadStats prototype) |
ClientPB.RegionLoadStats.Builder |
newBuilderForType() |
static ClientPB.RegionLoadStats |
parseDelimitedFrom(InputStream input) |
static ClientPB.RegionLoadStats |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.RegionLoadStats |
parseFrom(byte[] data) |
static ClientPB.RegionLoadStats |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.RegionLoadStats |
parseFrom(com.google.protobuf.ByteString data) |
static ClientPB.RegionLoadStats |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.RegionLoadStats |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientPB.RegionLoadStats |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.RegionLoadStats |
parseFrom(InputStream input) |
static ClientPB.RegionLoadStats |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientPB.RegionLoadStats.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<ClientPB.RegionLoadStats> PARSER
public static final int MEMSTORELOAD_FIELD_NUMBER
public static final int HEAPOCCUPANCY_FIELD_NUMBER
public static final int COMPACTIONPRESSURE_FIELD_NUMBER
public static ClientPB.RegionLoadStats getDefaultInstance()
public ClientPB.RegionLoadStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClientPB.RegionLoadStats> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0];
Percent load on the memstore. Guaranteed to be positive, between 0 and 100.
hasMemstoreLoad in interface ClientPB.RegionLoadStatsOrBuilderpublic int getMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0];
Percent load on the memstore. Guaranteed to be positive, between 0 and 100.
getMemstoreLoad in interface ClientPB.RegionLoadStatsOrBuilderpublic boolean hasHeapOccupancy()
optional int32 heapOccupancy = 2 [default = 0];
Percent JVM heap occupancy. Guaranteed to be positive, between 0 and 100. We can move this to "ServerLoadStats" should we develop them.
hasHeapOccupancy in interface ClientPB.RegionLoadStatsOrBuilderpublic int getHeapOccupancy()
optional int32 heapOccupancy = 2 [default = 0];
Percent JVM heap occupancy. Guaranteed to be positive, between 0 and 100. We can move this to "ServerLoadStats" should we develop them.
getHeapOccupancy in interface ClientPB.RegionLoadStatsOrBuilderpublic boolean hasCompactionPressure()
optional int32 compactionPressure = 3 [default = 0];
Compaction pressure. Guaranteed to be positive, between 0 and 100.
hasCompactionPressure in interface ClientPB.RegionLoadStatsOrBuilderpublic int getCompactionPressure()
optional int32 compactionPressure = 3 [default = 0];
Compaction pressure. Guaranteed to be positive, between 0 and 100.
getCompactionPressure in interface ClientPB.RegionLoadStatsOrBuilderpublic 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.RegionLoadStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.RegionLoadStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.RegionLoadStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.RegionLoadStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.RegionLoadStats parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.RegionLoadStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.RegionLoadStats parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.RegionLoadStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.RegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientPB.RegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.RegionLoadStats.Builder newBuilder()
public ClientPB.RegionLoadStats.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClientPB.RegionLoadStats.Builder newBuilder(ClientPB.RegionLoadStats prototype)
public ClientPB.RegionLoadStats.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors