public static final class RegionServerStatusProtos.RegionSpaceUse extends com.google.protobuf.GeneratedMessage implements RegionServerStatusProtos.RegionSpaceUseOrBuilder
RegionSpaceUse| Modifier and Type | Class and Description |
|---|---|
static class |
RegionServerStatusProtos.RegionSpaceUse.Builder
Protobuf type
RegionSpaceUse |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
REGION_FIELD_NUMBER |
static int |
SIZE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RegionServerStatusProtos.RegionSpaceUse |
getDefaultInstance() |
RegionServerStatusProtos.RegionSpaceUse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
HBaseProtos.RegionInfo |
getRegion()
optional .RegionInfo region = 1; |
HBaseProtos.RegionInfoOrBuilder |
getRegionOrBuilder()
optional .RegionInfo region = 1; |
int |
getSerializedSize() |
long |
getSize()
optional uint64 size = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRegion()
optional .RegionInfo region = 1; |
boolean |
hasSize()
optional uint64 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(InputStream input) |
static RegionServerStatusProtos.RegionSpaceUse |
parseDelimitedFrom(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(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RegionServerStatusProtos.RegionSpaceUse.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int REGION_FIELD_NUMBER
public static final int 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 hasRegion()
optional .RegionInfo region = 1;
A region identifier
hasRegion in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic HBaseProtos.RegionInfo getRegion()
optional .RegionInfo region = 1;
A region identifier
getRegion in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic HBaseProtos.RegionInfoOrBuilder getRegionOrBuilder()
optional .RegionInfo region = 1;
A region identifier
getRegionOrBuilder in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic boolean hasSize()
optional uint64 size = 2;
The size in bytes of the region
hasSize in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic long getSize()
optional uint64 size = 2;
The size in bytes of the region
getSize in interface RegionServerStatusProtos.RegionSpaceUseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(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(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RegionServerStatusProtos.RegionSpaceUse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
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)