public static interface RegionServerStatusProtos.RegionSpaceUseOrBuilder
Modifier and Type | Method and Description |
---|---|
HBaseProtos.RegionInfo |
getRegion()
optional .RegionInfo region = 1; |
HBaseProtos.RegionInfoOrBuilder |
getRegionOrBuilder()
optional .RegionInfo region = 1; |
long |
getSize()
optional uint64 size = 2; |
boolean |
hasRegion()
optional .RegionInfo region = 1; |
boolean |
hasSize()
optional uint64 size = 2; |
boolean hasRegion()
optional .RegionInfo region = 1;
A region identifier
HBaseProtos.RegionInfo getRegion()
optional .RegionInfo region = 1;
A region identifier
HBaseProtos.RegionInfoOrBuilder getRegionOrBuilder()
optional .RegionInfo region = 1;
A region identifier
boolean hasSize()
optional uint64 size = 2;
The size in bytes of the region
long getSize()
optional uint64 size = 2;
The size in bytes of the region