public static final class RegionServerStatusProtos.RegionSpaceUse extends com.google.protobuf.GeneratedMessage implements RegionServerStatusProtos.RegionSpaceUseOrBuilder
hbase.pb.RegionSpaceUse| Modifier and Type | Class and Description |
|---|---|
static class |
RegionServerStatusProtos.RegionSpaceUse.Builder
Protobuf type
hbase.pb.RegionSpaceUse |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
REGION_INFO_FIELD_NUMBER |
static int |
REGION_SIZE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static RegionServerStatusProtos.RegionSpaceUse |
getDefaultInstance() |
RegionServerStatusProtos.RegionSpaceUse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
HBaseProtos.RegionInfo |
getRegionInfo()
optional .hbase.pb.RegionInfo region_info = 1; |
HBaseProtos.RegionInfoOrBuilder |
getRegionInfoOrBuilder()
optional .hbase.pb.RegionInfo region_info = 1; |
long |
getRegionSize()
optional uint64 region_size = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRegionInfo()
optional .hbase.pb.RegionInfo region_info = 1; |
boolean |
hasRegionSize()
optional uint64 region_size = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RegionServerStatusProtos.RegionSpaceUse.Builder |
newBuilder() |
static RegionServerStatusProtos.RegionSpaceUse.Builder |
newBuilder(RegionServerStatusProtos.RegionSpaceUse prototype) |
RegionServerStatusProtos.RegionSpaceUse.Builder |
newBuilderForType() |
protected RegionServerStatusProtos.RegionSpaceUse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RegionServerStatusProtos.RegionSpaceUse |
parseDelimitedFrom(java.io.InputStream input) |
static RegionServerStatusProtos.RegionSpaceUse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegionServerStatusProtos.RegionSpaceUse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegionServerStatusProtos.RegionSpaceUse |
parseFrom(com.google.protobuf.ByteString data) |
static RegionServerStatusProtos.RegionSpaceUse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegionServerStatusProtos.RegionSpaceUse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RegionServerStatusProtos.RegionSpaceUse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegionServerStatusProtos.RegionSpaceUse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RegionServerStatusProtos.RegionSpaceUse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int REGION_INFO_FIELD_NUMBER
public static final int REGION_SIZE_FIELD_NUMBER
public static RegionServerStatusProtos.RegionSpaceUse getDefaultInstance()
public RegionServerStatusProtos.RegionSpaceUse getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasRegionInfo()
optional .hbase.pb.RegionInfo region_info = 1;
A region identifier
hasRegionInfo in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic HBaseProtos.RegionInfo getRegionInfo()
optional .hbase.pb.RegionInfo region_info = 1;
A region identifier
getRegionInfo in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder()
optional .hbase.pb.RegionInfo region_info = 1;
A region identifier
getRegionInfoOrBuilder in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic boolean hasRegionSize()
optional uint64 region_size = 2;
The size in bytes of the region
hasRegionSize in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic long getRegionSize()
optional uint64 region_size = 2;
The size in bytes of the region
getRegionSize in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static RegionServerStatusProtos.RegionSpaceUse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RegionServerStatusProtos.RegionSpaceUse.Builder newBuilder()
public RegionServerStatusProtos.RegionSpaceUse.Builder newBuilderForType()
public static RegionServerStatusProtos.RegionSpaceUse.Builder newBuilder(RegionServerStatusProtos.RegionSpaceUse prototype)
public RegionServerStatusProtos.RegionSpaceUse.Builder toBuilder()
protected RegionServerStatusProtos.RegionSpaceUse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)