|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
public static final class StorageClusterStatusMessage.StorageClusterStatus.Region
Protobuf type org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatus.Region
| Nested Class Summary | |
|---|---|
static class |
StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
Protobuf type org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatus.Region |
| 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 |
CURRENTCOMPACTEDKVS_FIELD_NUMBER
|
static int |
MEMSTORESIZEMB_FIELD_NUMBER
|
static int |
NAME_FIELD_NUMBER
|
static com.google.protobuf.Parser<StorageClusterStatusMessage.StorageClusterStatus.Region> |
PARSER
|
static int |
READREQUESTSCOUNT_FIELD_NUMBER
|
static int |
ROOTINDEXSIZEKB_FIELD_NUMBER
|
static int |
STOREFILEINDEXSIZEMB_FIELD_NUMBER
|
static int |
STOREFILES_FIELD_NUMBER
|
static int |
STOREFILESIZEMB_FIELD_NUMBER
|
static int |
STORES_FIELD_NUMBER
|
static int |
TOTALCOMPACTINGKVS_FIELD_NUMBER
|
static int |
TOTALSTATICBLOOMSIZEKB_FIELD_NUMBER
|
static int |
TOTALSTATICINDEXSIZEKB_FIELD_NUMBER
|
static int |
WRITEREQUESTSCOUNT_FIELD_NUMBER
|
| Fields inherited from class com.google.protobuf.GeneratedMessage |
|---|
alwaysUseFieldBuilders |
| Method Summary | |
|---|---|
long |
getCurrentCompactedKVs()
optional int64 currentCompactedKVs = 13; |
static StorageClusterStatusMessage.StorageClusterStatus.Region |
getDefaultInstance()
|
StorageClusterStatusMessage.StorageClusterStatus.Region |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
int |
getMemstoreSizeMB()
optional int32 memstoreSizeMB = 5; |
com.google.protobuf.ByteString |
getName()
required bytes name = 1; |
com.google.protobuf.Parser<StorageClusterStatusMessage.StorageClusterStatus.Region> |
getParserForType()
|
long |
getReadRequestsCount()
optional int64 readRequestsCount = 7; |
int |
getRootIndexSizeKB()
optional int32 rootIndexSizeKB = 9; |
int |
getSerializedSize()
|
int |
getStorefileIndexSizeMB()
optional int32 storefileIndexSizeMB = 6; |
int |
getStorefiles()
optional int32 storefiles = 3; |
int |
getStorefileSizeMB()
optional int32 storefileSizeMB = 4; |
int |
getStores()
optional int32 stores = 2; |
long |
getTotalCompactingKVs()
optional int64 totalCompactingKVs = 12; |
int |
getTotalStaticBloomSizeKB()
optional int32 totalStaticBloomSizeKB = 11; |
int |
getTotalStaticIndexSizeKB()
optional int32 totalStaticIndexSizeKB = 10; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
long |
getWriteRequestsCount()
optional int64 writeRequestsCount = 8; |
boolean |
hasCurrentCompactedKVs()
optional int64 currentCompactedKVs = 13; |
boolean |
hasMemstoreSizeMB()
optional int32 memstoreSizeMB = 5; |
boolean |
hasName()
required bytes name = 1; |
boolean |
hasReadRequestsCount()
optional int64 readRequestsCount = 7; |
boolean |
hasRootIndexSizeKB()
optional int32 rootIndexSizeKB = 9; |
boolean |
hasStorefileIndexSizeMB()
optional int32 storefileIndexSizeMB = 6; |
boolean |
hasStorefiles()
optional int32 storefiles = 3; |
boolean |
hasStorefileSizeMB()
optional int32 storefileSizeMB = 4; |
boolean |
hasStores()
optional int32 stores = 2; |
boolean |
hasTotalCompactingKVs()
optional int64 totalCompactingKVs = 12; |
boolean |
hasTotalStaticBloomSizeKB()
optional int32 totalStaticBloomSizeKB = 11; |
boolean |
hasTotalStaticIndexSizeKB()
optional int32 totalStaticIndexSizeKB = 10; |
boolean |
hasWriteRequestsCount()
optional int64 writeRequestsCount = 8; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static StorageClusterStatusMessage.StorageClusterStatus.Region.Builder |
newBuilder()
|
static StorageClusterStatusMessage.StorageClusterStatus.Region.Builder |
newBuilder(StorageClusterStatusMessage.StorageClusterStatus.Region prototype)
|
StorageClusterStatusMessage.StorageClusterStatus.Region.Builder |
newBuilderForType()
|
protected StorageClusterStatusMessage.StorageClusterStatus.Region.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseDelimitedFrom(InputStream input)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseFrom(byte[] data)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseFrom(com.google.protobuf.ByteString data)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseFrom(InputStream input)
|
static StorageClusterStatusMessage.StorageClusterStatus.Region |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
StorageClusterStatusMessage.StorageClusterStatus.Region.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, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessage |
|---|
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, 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 |
|---|
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField |
| Methods inherited from interface com.google.protobuf.MessageLite |
|---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
| Field Detail |
|---|
public static com.google.protobuf.Parser<StorageClusterStatusMessage.StorageClusterStatus.Region> PARSER
public static final int NAME_FIELD_NUMBER
public static final int STORES_FIELD_NUMBER
public static final int STOREFILES_FIELD_NUMBER
public static final int STOREFILESIZEMB_FIELD_NUMBER
public static final int MEMSTORESIZEMB_FIELD_NUMBER
public static final int STOREFILEINDEXSIZEMB_FIELD_NUMBER
public static final int READREQUESTSCOUNT_FIELD_NUMBER
public static final int WRITEREQUESTSCOUNT_FIELD_NUMBER
public static final int ROOTINDEXSIZEKB_FIELD_NUMBER
public static final int TOTALSTATICINDEXSIZEKB_FIELD_NUMBER
public static final int TOTALSTATICBLOOMSIZEKB_FIELD_NUMBER
public static final int TOTALCOMPACTINGKVS_FIELD_NUMBER
public static final int CURRENTCOMPACTEDKVS_FIELD_NUMBER
| Method Detail |
|---|
public static StorageClusterStatusMessage.StorageClusterStatus.Region getDefaultInstance()
public StorageClusterStatusMessage.StorageClusterStatus.Region getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<StorageClusterStatusMessage.StorageClusterStatus.Region> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required bytes name = 1;
hasName in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic com.google.protobuf.ByteString getName()
required bytes name = 1;
getName in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasStores()
optional int32 stores = 2;
hasStores in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic int getStores()
optional int32 stores = 2;
getStores in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasStorefiles()
optional int32 storefiles = 3;
hasStorefiles in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic int getStorefiles()
optional int32 storefiles = 3;
getStorefiles in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasStorefileSizeMB()
optional int32 storefileSizeMB = 4;
hasStorefileSizeMB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic int getStorefileSizeMB()
optional int32 storefileSizeMB = 4;
getStorefileSizeMB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasMemstoreSizeMB()
optional int32 memstoreSizeMB = 5;
hasMemstoreSizeMB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic int getMemstoreSizeMB()
optional int32 memstoreSizeMB = 5;
getMemstoreSizeMB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasStorefileIndexSizeMB()
optional int32 storefileIndexSizeMB = 6;
hasStorefileIndexSizeMB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic int getStorefileIndexSizeMB()
optional int32 storefileIndexSizeMB = 6;
getStorefileIndexSizeMB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasReadRequestsCount()
optional int64 readRequestsCount = 7;
hasReadRequestsCount in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic long getReadRequestsCount()
optional int64 readRequestsCount = 7;
getReadRequestsCount in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasWriteRequestsCount()
optional int64 writeRequestsCount = 8;
hasWriteRequestsCount in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic long getWriteRequestsCount()
optional int64 writeRequestsCount = 8;
getWriteRequestsCount in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasRootIndexSizeKB()
optional int32 rootIndexSizeKB = 9;
hasRootIndexSizeKB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic int getRootIndexSizeKB()
optional int32 rootIndexSizeKB = 9;
getRootIndexSizeKB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasTotalStaticIndexSizeKB()
optional int32 totalStaticIndexSizeKB = 10;
hasTotalStaticIndexSizeKB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic int getTotalStaticIndexSizeKB()
optional int32 totalStaticIndexSizeKB = 10;
getTotalStaticIndexSizeKB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasTotalStaticBloomSizeKB()
optional int32 totalStaticBloomSizeKB = 11;
hasTotalStaticBloomSizeKB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic int getTotalStaticBloomSizeKB()
optional int32 totalStaticBloomSizeKB = 11;
getTotalStaticBloomSizeKB in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasTotalCompactingKVs()
optional int64 totalCompactingKVs = 12;
hasTotalCompactingKVs in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic long getTotalCompactingKVs()
optional int64 totalCompactingKVs = 12;
getTotalCompactingKVs in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic boolean hasCurrentCompactedKVs()
optional int64 currentCompactedKVs = 13;
hasCurrentCompactedKVs in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic long getCurrentCompactedKVs()
optional int64 currentCompactedKVs = 13;
getCurrentCompactedKVs in interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessage
protected Object writeReplace()
throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseFrom(InputStream input)
throws IOException
IOException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseDelimitedFrom(InputStream input)
throws IOException
IOException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
IOException
public static StorageClusterStatusMessage.StorageClusterStatus.Region parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOExceptionpublic static StorageClusterStatusMessage.StorageClusterStatus.Region.Builder newBuilder()
public StorageClusterStatusMessage.StorageClusterStatus.Region.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StorageClusterStatusMessage.StorageClusterStatus.Region.Builder newBuilder(StorageClusterStatusMessage.StorageClusterStatus.Region prototype)
public StorageClusterStatusMessage.StorageClusterStatus.Region.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StorageClusterStatusMessage.StorageClusterStatus.Region.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||