public static interface RegionServerStatusProtos.RegionSpaceUseOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.RegionInfo |
getRegionInfo()
A region identifier
|
HBaseProtos.RegionInfoOrBuilder |
getRegionInfoOrBuilder()
A region identifier
|
long |
getRegionSize()
The size in bytes of the region
|
boolean |
hasRegionInfo()
A region identifier
|
boolean |
hasRegionSize()
The size in bytes of the region
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRegionInfo()
A region identifier
optional .hbase.pb.RegionInfo region_info = 1;HBaseProtos.RegionInfo getRegionInfo()
A region identifier
optional .hbase.pb.RegionInfo region_info = 1;HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder()
A region identifier
optional .hbase.pb.RegionInfo region_info = 1;boolean hasRegionSize()
The size in bytes of the region
optional uint64 region_size = 2;long getRegionSize()
The size in bytes of the region
optional uint64 region_size = 2;Copyright © 2007–2019 Cloudera. All rights reserved.