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, parseUnknownField
public 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.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClientPB.RegionLoadStats> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public 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.RegionLoadStatsOrBuilder
public 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.RegionLoadStatsOrBuilder
public 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.RegionLoadStatsOrBuilder
public 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.RegionLoadStatsOrBuilder
public boolean hasCompactionPressure()
optional int32 compactionPressure = 3 [default = 0];
Compaction pressure. Guaranteed to be positive, between 0 and 100.
hasCompactionPressure
in interface ClientPB.RegionLoadStatsOrBuilder
public int getCompactionPressure()
optional int32 compactionPressure = 3 [default = 0];
Compaction pressure. Guaranteed to be positive, between 0 and 100.
getCompactionPressure
in interface ClientPB.RegionLoadStatsOrBuilder
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.RegionLoadStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.RegionLoadStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.RegionLoadStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.RegionLoadStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.RegionLoadStats parseFrom(InputStream input) throws IOException
IOException
public static ClientPB.RegionLoadStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.RegionLoadStats parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClientPB.RegionLoadStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.RegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClientPB.RegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.RegionLoadStats.Builder newBuilder()
public ClientPB.RegionLoadStats.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClientPB.RegionLoadStats.Builder newBuilder(ClientPB.RegionLoadStats prototype)
public ClientPB.RegionLoadStats.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors