org.apache.hadoop.hbase.protobuf.generated
Class ClusterStatusProtos.RegionLoad.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ClusterStatusProtos.RegionLoadOrBuilder
Enclosing class:
ClusterStatusProtos.RegionLoad

public static final class ClusterStatusProtos.RegionLoad.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>
implements ClusterStatusProtos.RegionLoadOrBuilder

Protobuf type RegionLoad


Method Summary
 ClusterStatusProtos.RegionLoad build()
           
 ClusterStatusProtos.RegionLoad buildPartial()
           
 ClusterStatusProtos.RegionLoad.Builder clear()
           
 ClusterStatusProtos.RegionLoad.Builder clearCompleteSequenceId()
          optional uint64 complete_sequence_id = 15;
 ClusterStatusProtos.RegionLoad.Builder clearCurrentCompactedKVs()
          optional uint64 current_compacted_KVs = 11;
 ClusterStatusProtos.RegionLoad.Builder clearMemstoreSizeMB()
          optional uint32 memstore_size_MB = 6;
 ClusterStatusProtos.RegionLoad.Builder clearReadRequestsCount()
          optional uint64 read_requests_count = 8;
 ClusterStatusProtos.RegionLoad.Builder clearRegionSpecifier()
          required .RegionSpecifier region_specifier = 1;
 ClusterStatusProtos.RegionLoad.Builder clearRootIndexSizeKB()
          optional uint32 root_index_size_KB = 12;
 ClusterStatusProtos.RegionLoad.Builder clearStorefileIndexSizeMB()
          optional uint32 storefile_index_size_MB = 7;
 ClusterStatusProtos.RegionLoad.Builder clearStorefiles()
          optional uint32 storefiles = 3;
 ClusterStatusProtos.RegionLoad.Builder clearStorefileSizeMB()
          optional uint32 storefile_size_MB = 5;
 ClusterStatusProtos.RegionLoad.Builder clearStores()
          optional uint32 stores = 2;
 ClusterStatusProtos.RegionLoad.Builder clearStoreUncompressedSizeMB()
          optional uint32 store_uncompressed_size_MB = 4;
 ClusterStatusProtos.RegionLoad.Builder clearTotalCompactingKVs()
          optional uint64 total_compacting_KVs = 10;
 ClusterStatusProtos.RegionLoad.Builder clearTotalStaticBloomSizeKB()
          optional uint32 total_static_bloom_size_KB = 14;
 ClusterStatusProtos.RegionLoad.Builder clearTotalStaticIndexSizeKB()
          optional uint32 total_static_index_size_KB = 13;
 ClusterStatusProtos.RegionLoad.Builder clearWriteRequestsCount()
          optional uint64 write_requests_count = 9;
 ClusterStatusProtos.RegionLoad.Builder clone()
           
 long getCompleteSequenceId()
          optional uint64 complete_sequence_id = 15;
 long getCurrentCompactedKVs()
          optional uint64 current_compacted_KVs = 11;
 ClusterStatusProtos.RegionLoad getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 int getMemstoreSizeMB()
          optional uint32 memstore_size_MB = 6;
 long getReadRequestsCount()
          optional uint64 read_requests_count = 8;
 HBaseProtos.RegionSpecifier getRegionSpecifier()
          required .RegionSpecifier region_specifier = 1;
 HBaseProtos.RegionSpecifier.Builder getRegionSpecifierBuilder()
          required .RegionSpecifier region_specifier = 1;
 HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
          required .RegionSpecifier region_specifier = 1;
 int getRootIndexSizeKB()
          optional uint32 root_index_size_KB = 12;
 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 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;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ClusterStatusProtos.RegionLoad.Builder mergeFrom(ClusterStatusProtos.RegionLoad other)
           
 ClusterStatusProtos.RegionLoad.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterStatusProtos.RegionLoad.Builder mergeFrom(com.google.protobuf.Message other)
           
 ClusterStatusProtos.RegionLoad.Builder mergeRegionSpecifier(HBaseProtos.RegionSpecifier value)
          required .RegionSpecifier region_specifier = 1;
 ClusterStatusProtos.RegionLoad.Builder setCompleteSequenceId(long value)
          optional uint64 complete_sequence_id = 15;
 ClusterStatusProtos.RegionLoad.Builder setCurrentCompactedKVs(long value)
          optional uint64 current_compacted_KVs = 11;
 ClusterStatusProtos.RegionLoad.Builder setMemstoreSizeMB(int value)
          optional uint32 memstore_size_MB = 6;
 ClusterStatusProtos.RegionLoad.Builder setReadRequestsCount(long value)
          optional uint64 read_requests_count = 8;
 ClusterStatusProtos.RegionLoad.Builder setRegionSpecifier(HBaseProtos.RegionSpecifier.Builder builderForValue)
          required .RegionSpecifier region_specifier = 1;
 ClusterStatusProtos.RegionLoad.Builder setRegionSpecifier(HBaseProtos.RegionSpecifier value)
          required .RegionSpecifier region_specifier = 1;
 ClusterStatusProtos.RegionLoad.Builder setRootIndexSizeKB(int value)
          optional uint32 root_index_size_KB = 12;
 ClusterStatusProtos.RegionLoad.Builder setStorefileIndexSizeMB(int value)
          optional uint32 storefile_index_size_MB = 7;
 ClusterStatusProtos.RegionLoad.Builder setStorefiles(int value)
          optional uint32 storefiles = 3;
 ClusterStatusProtos.RegionLoad.Builder setStorefileSizeMB(int value)
          optional uint32 storefile_size_MB = 5;
 ClusterStatusProtos.RegionLoad.Builder setStores(int value)
          optional uint32 stores = 2;
 ClusterStatusProtos.RegionLoad.Builder setStoreUncompressedSizeMB(int value)
          optional uint32 store_uncompressed_size_MB = 4;
 ClusterStatusProtos.RegionLoad.Builder setTotalCompactingKVs(long value)
          optional uint64 total_compacting_KVs = 10;
 ClusterStatusProtos.RegionLoad.Builder setTotalStaticBloomSizeKB(int value)
          optional uint32 total_static_bloom_size_KB = 14;
 ClusterStatusProtos.RegionLoad.Builder setTotalStaticIndexSizeKB(int value)
          optional uint32 total_static_index_size_KB = 13;
 ClusterStatusProtos.RegionLoad.Builder setWriteRequestsCount(long value)
          optional uint64 write_requests_count = 9;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>

clear

public ClusterStatusProtos.RegionLoad.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>

clone

public ClusterStatusProtos.RegionLoad.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>

getDefaultInstanceForType

public ClusterStatusProtos.RegionLoad getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public ClusterStatusProtos.RegionLoad build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ClusterStatusProtos.RegionLoad buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ClusterStatusProtos.RegionLoad.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>

mergeFrom

public ClusterStatusProtos.RegionLoad.Builder mergeFrom(ClusterStatusProtos.RegionLoad other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>

mergeFrom

public ClusterStatusProtos.RegionLoad.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>
Throws:
IOException

hasRegionSpecifier

public boolean hasRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 

Specified by:
hasRegionSpecifier in interface ClusterStatusProtos.RegionLoadOrBuilder

getRegionSpecifier

public HBaseProtos.RegionSpecifier getRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 

Specified by:
getRegionSpecifier in interface ClusterStatusProtos.RegionLoadOrBuilder

setRegionSpecifier

public ClusterStatusProtos.RegionLoad.Builder setRegionSpecifier(HBaseProtos.RegionSpecifier value)
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 


setRegionSpecifier

public ClusterStatusProtos.RegionLoad.Builder setRegionSpecifier(HBaseProtos.RegionSpecifier.Builder builderForValue)
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 


mergeRegionSpecifier

public ClusterStatusProtos.RegionLoad.Builder mergeRegionSpecifier(HBaseProtos.RegionSpecifier value)
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 


clearRegionSpecifier

public ClusterStatusProtos.RegionLoad.Builder clearRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 


getRegionSpecifierBuilder

public HBaseProtos.RegionSpecifier.Builder getRegionSpecifierBuilder()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 


getRegionSpecifierOrBuilder

public HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 

Specified by:
getRegionSpecifierOrBuilder in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStores

public boolean hasStores()
optional uint32 stores = 2;
 the number of stores for the region 
 

Specified by:
hasStores in interface ClusterStatusProtos.RegionLoadOrBuilder

getStores

public int getStores()
optional uint32 stores = 2;
 the number of stores for the region 
 

Specified by:
getStores in interface ClusterStatusProtos.RegionLoadOrBuilder

setStores

public ClusterStatusProtos.RegionLoad.Builder setStores(int value)
optional uint32 stores = 2;
 the number of stores for the region 
 


clearStores

public ClusterStatusProtos.RegionLoad.Builder clearStores()
optional uint32 stores = 2;
 the number of stores for the region 
 


hasStorefiles

public boolean hasStorefiles()
optional uint32 storefiles = 3;
 the number of storefiles for the region 
 

Specified by:
hasStorefiles in interface ClusterStatusProtos.RegionLoadOrBuilder

getStorefiles

public int getStorefiles()
optional uint32 storefiles = 3;
 the number of storefiles for the region 
 

Specified by:
getStorefiles in interface ClusterStatusProtos.RegionLoadOrBuilder

setStorefiles

public ClusterStatusProtos.RegionLoad.Builder setStorefiles(int value)
optional uint32 storefiles = 3;
 the number of storefiles for the region 
 


clearStorefiles

public ClusterStatusProtos.RegionLoad.Builder clearStorefiles()
optional uint32 storefiles = 3;
 the number of storefiles for the region 
 


hasStoreUncompressedSizeMB

public boolean hasStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB 
 

Specified by:
hasStoreUncompressedSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getStoreUncompressedSizeMB

public int getStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB 
 

Specified by:
getStoreUncompressedSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

setStoreUncompressedSizeMB

public ClusterStatusProtos.RegionLoad.Builder setStoreUncompressedSizeMB(int value)
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB 
 


clearStoreUncompressedSizeMB

public ClusterStatusProtos.RegionLoad.Builder clearStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB 
 


hasStorefileSizeMB

public boolean hasStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB 
 

Specified by:
hasStorefileSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getStorefileSizeMB

public int getStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB 
 

Specified by:
getStorefileSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

setStorefileSizeMB

public ClusterStatusProtos.RegionLoad.Builder setStorefileSizeMB(int value)
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB 
 


clearStorefileSizeMB

public ClusterStatusProtos.RegionLoad.Builder clearStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB 
 


hasMemstoreSizeMB

public boolean hasMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB 
 

Specified by:
hasMemstoreSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getMemstoreSizeMB

public int getMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB 
 

Specified by:
getMemstoreSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

setMemstoreSizeMB

public ClusterStatusProtos.RegionLoad.Builder setMemstoreSizeMB(int value)
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB 
 


clearMemstoreSizeMB

public ClusterStatusProtos.RegionLoad.Builder clearMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB 
 


hasStorefileIndexSizeMB

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.
 

Specified by:
hasStorefileIndexSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getStorefileIndexSizeMB

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.
 

Specified by:
getStorefileIndexSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

setStorefileIndexSizeMB

public ClusterStatusProtos.RegionLoad.Builder setStorefileIndexSizeMB(int value)
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.
 


clearStorefileIndexSizeMB

public ClusterStatusProtos.RegionLoad.Builder clearStorefileIndexSizeMB()
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.
 


hasReadRequestsCount

public boolean hasReadRequestsCount()
optional uint64 read_requests_count = 8;
 the current total read requests made to region 
 

Specified by:
hasReadRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

getReadRequestsCount

public long getReadRequestsCount()
optional uint64 read_requests_count = 8;
 the current total read requests made to region 
 

Specified by:
getReadRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

setReadRequestsCount

public ClusterStatusProtos.RegionLoad.Builder setReadRequestsCount(long value)
optional uint64 read_requests_count = 8;
 the current total read requests made to region 
 


clearReadRequestsCount

public ClusterStatusProtos.RegionLoad.Builder clearReadRequestsCount()
optional uint64 read_requests_count = 8;
 the current total read requests made to region 
 


hasWriteRequestsCount

public boolean hasWriteRequestsCount()
optional uint64 write_requests_count = 9;
 the current total write requests made to region 
 

Specified by:
hasWriteRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

getWriteRequestsCount

public long getWriteRequestsCount()
optional uint64 write_requests_count = 9;
 the current total write requests made to region 
 

Specified by:
getWriteRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

setWriteRequestsCount

public ClusterStatusProtos.RegionLoad.Builder setWriteRequestsCount(long value)
optional uint64 write_requests_count = 9;
 the current total write requests made to region 
 


clearWriteRequestsCount

public ClusterStatusProtos.RegionLoad.Builder clearWriteRequestsCount()
optional uint64 write_requests_count = 9;
 the current total write requests made to region 
 


hasTotalCompactingKVs

public boolean hasTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction 
 

Specified by:
hasTotalCompactingKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

getTotalCompactingKVs

public long getTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction 
 

Specified by:
getTotalCompactingKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

setTotalCompactingKVs

public ClusterStatusProtos.RegionLoad.Builder setTotalCompactingKVs(long value)
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction 
 


clearTotalCompactingKVs

public ClusterStatusProtos.RegionLoad.Builder clearTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction 
 


hasCurrentCompactedKVs

public boolean hasCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction 
 

Specified by:
hasCurrentCompactedKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

getCurrentCompactedKVs

public long getCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction 
 

Specified by:
getCurrentCompactedKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

setCurrentCompactedKVs

public ClusterStatusProtos.RegionLoad.Builder setCurrentCompactedKVs(long value)
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction 
 


clearCurrentCompactedKVs

public ClusterStatusProtos.RegionLoad.Builder clearCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction 
 


hasRootIndexSizeKB

public boolean hasRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB. 
 

Specified by:
hasRootIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

getRootIndexSizeKB

public int getRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB. 
 

Specified by:
getRootIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

setRootIndexSizeKB

public ClusterStatusProtos.RegionLoad.Builder setRootIndexSizeKB(int value)
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB. 
 


clearRootIndexSizeKB

public ClusterStatusProtos.RegionLoad.Builder clearRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB. 
 


hasTotalStaticIndexSizeKB

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. 
 

Specified by:
hasTotalStaticIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

getTotalStaticIndexSizeKB

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. 
 

Specified by:
getTotalStaticIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

setTotalStaticIndexSizeKB

public ClusterStatusProtos.RegionLoad.Builder setTotalStaticIndexSizeKB(int value)
optional uint32 total_static_index_size_KB = 13;
 The total size of all index blocks, not just the root level, in KB. 
 


clearTotalStaticIndexSizeKB

public ClusterStatusProtos.RegionLoad.Builder clearTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
 The total size of all index blocks, not just the root level, in KB. 
 


hasTotalStaticBloomSizeKB

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.
 

Specified by:
hasTotalStaticBloomSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

getTotalStaticBloomSizeKB

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.
 

Specified by:
getTotalStaticBloomSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

setTotalStaticBloomSizeKB

public ClusterStatusProtos.RegionLoad.Builder setTotalStaticBloomSizeKB(int value)
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.
 


clearTotalStaticBloomSizeKB

public ClusterStatusProtos.RegionLoad.Builder clearTotalStaticBloomSizeKB()
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.
 


hasCompleteSequenceId

public boolean hasCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush 
 

Specified by:
hasCompleteSequenceId in interface ClusterStatusProtos.RegionLoadOrBuilder

getCompleteSequenceId

public long getCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush 
 

Specified by:
getCompleteSequenceId in interface ClusterStatusProtos.RegionLoadOrBuilder

setCompleteSequenceId

public ClusterStatusProtos.RegionLoad.Builder setCompleteSequenceId(long value)
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush 
 


clearCompleteSequenceId

public ClusterStatusProtos.RegionLoad.Builder clearCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush 
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.