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

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

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

See Also:
Serialized Form

Nested Class Summary
static class ClusterStatusProtos.RegionLoad.Builder
           
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int COMPLETE_SEQUENCE_ID_FIELD_NUMBER
           
static int CURRENT_COMPACTED_KVS_FIELD_NUMBER
           
static int MEMSTORE_SIZE_MB_FIELD_NUMBER
           
static int READ_REQUESTS_COUNT_FIELD_NUMBER
           
static int REGION_SPECIFIER_FIELD_NUMBER
           
static int ROOT_INDEX_SIZE_KB_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
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 long getCompleteSequenceId()
           
 long getCurrentCompactedKVs()
           
static ClusterStatusProtos.RegionLoad getDefaultInstance()
           
 ClusterStatusProtos.RegionLoad getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 int getMemstoreSizeMB()
           
 long getReadRequestsCount()
           
 HBaseProtos.RegionSpecifier getRegionSpecifier()
           
 HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
           
 int getRootIndexSizeKB()
           
 int getSerializedSize()
           
 int getStorefileIndexSizeMB()
           
 int getStorefiles()
           
 int getStorefileSizeMB()
           
 int getStores()
           
 int getStoreUncompressedSizeMB()
           
 long getTotalCompactingKVs()
           
 int getTotalStaticBloomSizeKB()
           
 int getTotalStaticIndexSizeKB()
           
 long getWriteRequestsCount()
           
 boolean hasCompleteSequenceId()
           
 boolean hasCurrentCompactedKVs()
           
 int hashCode()
           
 boolean hasMemstoreSizeMB()
           
 boolean hasReadRequestsCount()
           
 boolean hasRegionSpecifier()
           
 boolean hasRootIndexSizeKB()
           
 boolean hasStorefileIndexSizeMB()
           
 boolean hasStorefiles()
           
 boolean hasStorefileSizeMB()
           
 boolean hasStores()
           
 boolean hasStoreUncompressedSizeMB()
           
 boolean hasTotalCompactingKVs()
           
 boolean hasTotalStaticBloomSizeKB()
           
 boolean hasTotalStaticIndexSizeKB()
           
 boolean hasWriteRequestsCount()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClusterStatusProtos.RegionLoad.Builder newBuilder()
           
static ClusterStatusProtos.RegionLoad.Builder newBuilder(ClusterStatusProtos.RegionLoad prototype)
           
 ClusterStatusProtos.RegionLoad.Builder newBuilderForType()
           
protected  ClusterStatusProtos.RegionLoad.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input)
           
static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.RegionLoad parseFrom(byte[] data)
           
static ClusterStatusProtos.RegionLoad parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.ByteString data)
           
static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.RegionLoad parseFrom(InputStream input)
           
static ClusterStatusProtos.RegionLoad parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterStatusProtos.RegionLoad.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

REGION_SPECIFIER_FIELD_NUMBER

public static final int REGION_SPECIFIER_FIELD_NUMBER
See Also:
Constant Field Values

STORES_FIELD_NUMBER

public static final int STORES_FIELD_NUMBER
See Also:
Constant Field Values

STOREFILES_FIELD_NUMBER

public static final int STOREFILES_FIELD_NUMBER
See Also:
Constant Field Values

STORE_UNCOMPRESSED_SIZE_MB_FIELD_NUMBER

public static final int STORE_UNCOMPRESSED_SIZE_MB_FIELD_NUMBER
See Also:
Constant Field Values

STOREFILE_SIZE_MB_FIELD_NUMBER

public static final int STOREFILE_SIZE_MB_FIELD_NUMBER
See Also:
Constant Field Values

MEMSTORE_SIZE_MB_FIELD_NUMBER

public static final int MEMSTORE_SIZE_MB_FIELD_NUMBER
See Also:
Constant Field Values

STOREFILE_INDEX_SIZE_MB_FIELD_NUMBER

public static final int STOREFILE_INDEX_SIZE_MB_FIELD_NUMBER
See Also:
Constant Field Values

READ_REQUESTS_COUNT_FIELD_NUMBER

public static final int READ_REQUESTS_COUNT_FIELD_NUMBER
See Also:
Constant Field Values

WRITE_REQUESTS_COUNT_FIELD_NUMBER

public static final int WRITE_REQUESTS_COUNT_FIELD_NUMBER
See Also:
Constant Field Values

TOTAL_COMPACTING_KVS_FIELD_NUMBER

public static final int TOTAL_COMPACTING_KVS_FIELD_NUMBER
See Also:
Constant Field Values

CURRENT_COMPACTED_KVS_FIELD_NUMBER

public static final int CURRENT_COMPACTED_KVS_FIELD_NUMBER
See Also:
Constant Field Values

ROOT_INDEX_SIZE_KB_FIELD_NUMBER

public static final int ROOT_INDEX_SIZE_KB_FIELD_NUMBER
See Also:
Constant Field Values

TOTAL_STATIC_INDEX_SIZE_KB_FIELD_NUMBER

public static final int TOTAL_STATIC_INDEX_SIZE_KB_FIELD_NUMBER
See Also:
Constant Field Values

TOTAL_STATIC_BLOOM_SIZE_KB_FIELD_NUMBER

public static final int TOTAL_STATIC_BLOOM_SIZE_KB_FIELD_NUMBER
See Also:
Constant Field Values

COMPLETE_SEQUENCE_ID_FIELD_NUMBER

public static final int COMPLETE_SEQUENCE_ID_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ClusterStatusProtos.RegionLoad getDefaultInstance()

getDefaultInstanceForType

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

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

hasRegionSpecifier

public boolean hasRegionSpecifier()
Specified by:
hasRegionSpecifier in interface ClusterStatusProtos.RegionLoadOrBuilder

getRegionSpecifier

public HBaseProtos.RegionSpecifier getRegionSpecifier()
Specified by:
getRegionSpecifier in interface ClusterStatusProtos.RegionLoadOrBuilder

getRegionSpecifierOrBuilder

public HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
Specified by:
getRegionSpecifierOrBuilder in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStores

public boolean hasStores()
Specified by:
hasStores in interface ClusterStatusProtos.RegionLoadOrBuilder

getStores

public int getStores()
Specified by:
getStores in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStorefiles

public boolean hasStorefiles()
Specified by:
hasStorefiles in interface ClusterStatusProtos.RegionLoadOrBuilder

getStorefiles

public int getStorefiles()
Specified by:
getStorefiles in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStoreUncompressedSizeMB

public boolean hasStoreUncompressedSizeMB()
Specified by:
hasStoreUncompressedSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getStoreUncompressedSizeMB

public int getStoreUncompressedSizeMB()
Specified by:
getStoreUncompressedSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStorefileSizeMB

public boolean hasStorefileSizeMB()
Specified by:
hasStorefileSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getStorefileSizeMB

public int getStorefileSizeMB()
Specified by:
getStorefileSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasMemstoreSizeMB

public boolean hasMemstoreSizeMB()
Specified by:
hasMemstoreSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getMemstoreSizeMB

public int getMemstoreSizeMB()
Specified by:
getMemstoreSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStorefileIndexSizeMB

public boolean hasStorefileIndexSizeMB()
Specified by:
hasStorefileIndexSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getStorefileIndexSizeMB

public int getStorefileIndexSizeMB()
Specified by:
getStorefileIndexSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasReadRequestsCount

public boolean hasReadRequestsCount()
Specified by:
hasReadRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

getReadRequestsCount

public long getReadRequestsCount()
Specified by:
getReadRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

hasWriteRequestsCount

public boolean hasWriteRequestsCount()
Specified by:
hasWriteRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

getWriteRequestsCount

public long getWriteRequestsCount()
Specified by:
getWriteRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

hasTotalCompactingKVs

public boolean hasTotalCompactingKVs()
Specified by:
hasTotalCompactingKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

getTotalCompactingKVs

public long getTotalCompactingKVs()
Specified by:
getTotalCompactingKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

hasCurrentCompactedKVs

public boolean hasCurrentCompactedKVs()
Specified by:
hasCurrentCompactedKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

getCurrentCompactedKVs

public long getCurrentCompactedKVs()
Specified by:
getCurrentCompactedKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

hasRootIndexSizeKB

public boolean hasRootIndexSizeKB()
Specified by:
hasRootIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

getRootIndexSizeKB

public int getRootIndexSizeKB()
Specified by:
getRootIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasTotalStaticIndexSizeKB

public boolean hasTotalStaticIndexSizeKB()
Specified by:
hasTotalStaticIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

getTotalStaticIndexSizeKB

public int getTotalStaticIndexSizeKB()
Specified by:
getTotalStaticIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasTotalStaticBloomSizeKB

public boolean hasTotalStaticBloomSizeKB()
Specified by:
hasTotalStaticBloomSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

getTotalStaticBloomSizeKB

public int getTotalStaticBloomSizeKB()
Specified by:
getTotalStaticBloomSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasCompleteSequenceId

public boolean hasCompleteSequenceId()
Specified by:
hasCompleteSequenceId in interface ClusterStatusProtos.RegionLoadOrBuilder

getCompleteSequenceId

public long getCompleteSequenceId()
Specified by:
getCompleteSequenceId in interface ClusterStatusProtos.RegionLoadOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.ByteString data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.ByteString data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(byte[] data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(byte[] data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(InputStream input)
                                                throws IOException
Throws:
IOException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(InputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input)
                                                         throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws IOException
Throws:
IOException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input)
                                                throws IOException
Throws:
IOException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
Throws:
IOException

newBuilder

public static ClusterStatusProtos.RegionLoad.Builder newBuilder()

newBuilderForType

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

newBuilder

public static ClusterStatusProtos.RegionLoad.Builder newBuilder(ClusterStatusProtos.RegionLoad prototype)

toBuilder

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

newBuilderForType

protected ClusterStatusProtos.RegionLoad.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


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