public static final class ClusterStatusPB.RegionLoad extends com.google.protobuf.GeneratedMessageLite implements ClusterStatusPB.RegionLoadOrBuilder
RegionLoad
Modifier and Type | Class and Description |
---|---|
static class |
ClusterStatusPB.RegionLoad.Builder
Protobuf type
RegionLoad |
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 |
COMPLETE_SEQUENCE_ID_FIELD_NUMBER |
static int |
CURRENT_COMPACTED_KVS_FIELD_NUMBER |
static int |
DATA_LOCALITY_FIELD_NUMBER |
static int |
LAST_MAJOR_COMPACTION_TS_FIELD_NUMBER |
static int |
MEMSTORE_SIZE_MB_FIELD_NUMBER |
static com.google.protobuf.Parser<ClusterStatusPB.RegionLoad> |
PARSER |
static int |
READ_REQUESTS_COUNT_FIELD_NUMBER |
static int |
REGION_SPECIFIER_FIELD_NUMBER |
static int |
ROOT_INDEX_SIZE_KB_FIELD_NUMBER |
static int |
STORE_COMPLETE_SEQUENCE_ID_FIELD_NUMBER |
static int |
STORE_UNCOMPRESSED_SIZE_MB_FIELD_NUMBER |
static int |
STOREFILE_INDEX_SIZE_MB_FIELD_NUMBER |
static int |
STOREFILE_SIZE_MB_FIELD_NUMBER |
static int |
STOREFILES_FIELD_NUMBER |
static int |
STORES_FIELD_NUMBER |
static int |
TOTAL_COMPACTING_KVS_FIELD_NUMBER |
static int |
TOTAL_STATIC_BLOOM_SIZE_KB_FIELD_NUMBER |
static int |
TOTAL_STATIC_INDEX_SIZE_KB_FIELD_NUMBER |
static int |
WRITE_REQUESTS_COUNT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
long |
getCompleteSequenceId()
optional uint64 complete_sequence_id = 15; |
long |
getCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11; |
float |
getDataLocality()
optional float data_locality = 16; |
static ClusterStatusPB.RegionLoad |
getDefaultInstance() |
ClusterStatusPB.RegionLoad |
getDefaultInstanceForType() |
long |
getLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
int |
getMemstoreSizeMB()
optional uint32 memstore_size_MB = 6; |
com.google.protobuf.Parser<ClusterStatusPB.RegionLoad> |
getParserForType() |
long |
getReadRequestsCount()
optional uint64 read_requests_count = 8; |
HBasePB.RegionSpecifier |
getRegionSpecifier()
required .RegionSpecifier region_specifier = 1; |
int |
getRootIndexSizeKB()
optional uint32 root_index_size_KB = 12; |
int |
getSerializedSize() |
ClusterStatusPB.StoreSequenceId |
getStoreCompleteSequenceId(int index)
repeated .StoreSequenceId store_complete_sequence_id = 18; |
int |
getStoreCompleteSequenceIdCount()
repeated .StoreSequenceId store_complete_sequence_id = 18; |
List<ClusterStatusPB.StoreSequenceId> |
getStoreCompleteSequenceIdList()
repeated .StoreSequenceId store_complete_sequence_id = 18; |
ClusterStatusPB.StoreSequenceIdOrBuilder |
getStoreCompleteSequenceIdOrBuilder(int index)
repeated .StoreSequenceId store_complete_sequence_id = 18; |
List<? extends ClusterStatusPB.StoreSequenceIdOrBuilder> |
getStoreCompleteSequenceIdOrBuilderList()
repeated .StoreSequenceId store_complete_sequence_id = 18; |
int |
getStorefileIndexSizeMB()
optional uint32 storefile_index_size_MB = 7; |
int |
getStorefiles()
optional uint32 storefiles = 3; |
int |
getStorefileSizeMB()
optional uint32 storefile_size_MB = 5; |
int |
getStores()
optional uint32 stores = 2; |
int |
getStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4; |
long |
getTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10; |
int |
getTotalStaticBloomSizeKB()
optional uint32 total_static_bloom_size_KB = 14; |
int |
getTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13; |
long |
getWriteRequestsCount()
optional uint64 write_requests_count = 9; |
boolean |
hasCompleteSequenceId()
optional uint64 complete_sequence_id = 15; |
boolean |
hasCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11; |
boolean |
hasDataLocality()
optional float data_locality = 16; |
boolean |
hasLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
boolean |
hasMemstoreSizeMB()
optional uint32 memstore_size_MB = 6; |
boolean |
hasReadRequestsCount()
optional uint64 read_requests_count = 8; |
boolean |
hasRegionSpecifier()
required .RegionSpecifier region_specifier = 1; |
boolean |
hasRootIndexSizeKB()
optional uint32 root_index_size_KB = 12; |
boolean |
hasStorefileIndexSizeMB()
optional uint32 storefile_index_size_MB = 7; |
boolean |
hasStorefiles()
optional uint32 storefiles = 3; |
boolean |
hasStorefileSizeMB()
optional uint32 storefile_size_MB = 5; |
boolean |
hasStores()
optional uint32 stores = 2; |
boolean |
hasStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4; |
boolean |
hasTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10; |
boolean |
hasTotalStaticBloomSizeKB()
optional uint32 total_static_bloom_size_KB = 14; |
boolean |
hasTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13; |
boolean |
hasWriteRequestsCount()
optional uint64 write_requests_count = 9; |
boolean |
isInitialized() |
static ClusterStatusPB.RegionLoad.Builder |
newBuilder() |
static ClusterStatusPB.RegionLoad.Builder |
newBuilder(ClusterStatusPB.RegionLoad prototype) |
ClusterStatusPB.RegionLoad.Builder |
newBuilderForType() |
static ClusterStatusPB.RegionLoad |
parseDelimitedFrom(InputStream input) |
static ClusterStatusPB.RegionLoad |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.RegionLoad |
parseFrom(byte[] data) |
static ClusterStatusPB.RegionLoad |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.RegionLoad |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusPB.RegionLoad |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.RegionLoad |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusPB.RegionLoad |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.RegionLoad |
parseFrom(InputStream input) |
static ClusterStatusPB.RegionLoad |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusPB.RegionLoad.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<ClusterStatusPB.RegionLoad> PARSER
public static final int REGION_SPECIFIER_FIELD_NUMBER
public static final int STORES_FIELD_NUMBER
public static final int STOREFILES_FIELD_NUMBER
public static final int STORE_UNCOMPRESSED_SIZE_MB_FIELD_NUMBER
public static final int STOREFILE_SIZE_MB_FIELD_NUMBER
public static final int MEMSTORE_SIZE_MB_FIELD_NUMBER
public static final int STOREFILE_INDEX_SIZE_MB_FIELD_NUMBER
public static final int READ_REQUESTS_COUNT_FIELD_NUMBER
public static final int WRITE_REQUESTS_COUNT_FIELD_NUMBER
public static final int TOTAL_COMPACTING_KVS_FIELD_NUMBER
public static final int CURRENT_COMPACTED_KVS_FIELD_NUMBER
public static final int ROOT_INDEX_SIZE_KB_FIELD_NUMBER
public static final int TOTAL_STATIC_INDEX_SIZE_KB_FIELD_NUMBER
public static final int TOTAL_STATIC_BLOOM_SIZE_KB_FIELD_NUMBER
public static final int COMPLETE_SEQUENCE_ID_FIELD_NUMBER
public static final int DATA_LOCALITY_FIELD_NUMBER
public static final int LAST_MAJOR_COMPACTION_TS_FIELD_NUMBER
public static final int STORE_COMPLETE_SEQUENCE_ID_FIELD_NUMBER
public static ClusterStatusPB.RegionLoad getDefaultInstance()
public ClusterStatusPB.RegionLoad getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClusterStatusPB.RegionLoad> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
the region specifier
hasRegionSpecifier
in interface ClusterStatusPB.RegionLoadOrBuilder
public HBasePB.RegionSpecifier getRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
the region specifier
getRegionSpecifier
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasStores()
optional uint32 stores = 2;
the number of stores for the region
hasStores
in interface ClusterStatusPB.RegionLoadOrBuilder
public int getStores()
optional uint32 stores = 2;
the number of stores for the region
getStores
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasStorefiles()
optional uint32 storefiles = 3;
the number of storefiles for the region
hasStorefiles
in interface ClusterStatusPB.RegionLoadOrBuilder
public int getStorefiles()
optional uint32 storefiles = 3;
the number of storefiles for the region
getStorefiles
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
the total size of the store files for the region, uncompressed, in MB
hasStoreUncompressedSizeMB
in interface ClusterStatusPB.RegionLoadOrBuilder
public int getStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
the total size of the store files for the region, uncompressed, in MB
getStoreUncompressedSizeMB
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
hasStorefileSizeMB
in interface ClusterStatusPB.RegionLoadOrBuilder
public int getStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
getStorefileSizeMB
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
hasMemstoreSizeMB
in interface ClusterStatusPB.RegionLoadOrBuilder
public int getMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
getMemstoreSizeMB
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasStorefileIndexSizeMB()
optional uint32 storefile_index_size_MB = 7;
The current total size of root-level store file indexes for the region, in MB. The same as {@link #rootIndexSizeKB} but in MB.
hasStorefileIndexSizeMB
in interface ClusterStatusPB.RegionLoadOrBuilder
public int getStorefileIndexSizeMB()
optional uint32 storefile_index_size_MB = 7;
The current total size of root-level store file indexes for the region, in MB. The same as {@link #rootIndexSizeKB} but in MB.
getStorefileIndexSizeMB
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasReadRequestsCount()
optional uint64 read_requests_count = 8;
the current total read requests made to region
hasReadRequestsCount
in interface ClusterStatusPB.RegionLoadOrBuilder
public long getReadRequestsCount()
optional uint64 read_requests_count = 8;
the current total read requests made to region
getReadRequestsCount
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasWriteRequestsCount()
optional uint64 write_requests_count = 9;
the current total write requests made to region
hasWriteRequestsCount
in interface ClusterStatusPB.RegionLoadOrBuilder
public long getWriteRequestsCount()
optional uint64 write_requests_count = 9;
the current total write requests made to region
getWriteRequestsCount
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
hasTotalCompactingKVs
in interface ClusterStatusPB.RegionLoadOrBuilder
public long getTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
getTotalCompactingKVs
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
hasCurrentCompactedKVs
in interface ClusterStatusPB.RegionLoadOrBuilder
public long getCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
getCurrentCompactedKVs
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB.
hasRootIndexSizeKB
in interface ClusterStatusPB.RegionLoadOrBuilder
public int getRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB.
getRootIndexSizeKB
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB.
hasTotalStaticIndexSizeKB
in interface ClusterStatusPB.RegionLoadOrBuilder
public int getTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB.
getTotalStaticIndexSizeKB
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasTotalStaticBloomSizeKB()
optional uint32 total_static_bloom_size_KB = 14;
The total size of all Bloom filter blocks, not just loaded into the block cache, in KB.
hasTotalStaticBloomSizeKB
in interface ClusterStatusPB.RegionLoadOrBuilder
public int getTotalStaticBloomSizeKB()
optional uint32 total_static_bloom_size_KB = 14;
The total size of all Bloom filter blocks, not just loaded into the block cache, in KB.
getTotalStaticBloomSizeKB
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
hasCompleteSequenceId
in interface ClusterStatusPB.RegionLoadOrBuilder
public long getCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
getCompleteSequenceId
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasDataLocality()
optional float data_locality = 16;
The current data locality for region in the regionserver
hasDataLocality
in interface ClusterStatusPB.RegionLoadOrBuilder
public float getDataLocality()
optional float data_locality = 16;
The current data locality for region in the regionserver
getDataLocality
in interface ClusterStatusPB.RegionLoadOrBuilder
public boolean hasLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0];
hasLastMajorCompactionTs
in interface ClusterStatusPB.RegionLoadOrBuilder
public long getLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0];
getLastMajorCompactionTs
in interface ClusterStatusPB.RegionLoadOrBuilder
public List<ClusterStatusPB.StoreSequenceId> getStoreCompleteSequenceIdList()
repeated .StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
getStoreCompleteSequenceIdList
in interface ClusterStatusPB.RegionLoadOrBuilder
public List<? extends ClusterStatusPB.StoreSequenceIdOrBuilder> getStoreCompleteSequenceIdOrBuilderList()
repeated .StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public int getStoreCompleteSequenceIdCount()
repeated .StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
getStoreCompleteSequenceIdCount
in interface ClusterStatusPB.RegionLoadOrBuilder
public ClusterStatusPB.StoreSequenceId getStoreCompleteSequenceId(int index)
repeated .StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
getStoreCompleteSequenceId
in interface ClusterStatusPB.RegionLoadOrBuilder
public ClusterStatusPB.StoreSequenceIdOrBuilder getStoreCompleteSequenceIdOrBuilder(int index)
repeated .StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
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 ClusterStatusPB.RegionLoad parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.RegionLoad parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.RegionLoad parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.RegionLoad parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.RegionLoad parseFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.RegionLoad parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.RegionLoad parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.RegionLoad parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClusterStatusPB.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.RegionLoad.Builder newBuilder()
public ClusterStatusPB.RegionLoad.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClusterStatusPB.RegionLoad.Builder newBuilder(ClusterStatusPB.RegionLoad prototype)
public ClusterStatusPB.RegionLoad.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors