public static interface ClientPB.MultiRegionLoadStatsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
HBasePB.RegionSpecifier |
getRegion(int index)
repeated .RegionSpecifier region = 1; |
int |
getRegionCount()
repeated .RegionSpecifier region = 1; |
List<HBasePB.RegionSpecifier> |
getRegionList()
repeated .RegionSpecifier region = 1; |
ClientPB.RegionLoadStats |
getStat(int index)
repeated .RegionLoadStats stat = 2; |
int |
getStatCount()
repeated .RegionLoadStats stat = 2; |
List<ClientPB.RegionLoadStats> |
getStatList()
repeated .RegionLoadStats stat = 2; |
List<HBasePB.RegionSpecifier> getRegionList()
repeated .RegionSpecifier region = 1;
HBasePB.RegionSpecifier getRegion(int index)
repeated .RegionSpecifier region = 1;
int getRegionCount()
repeated .RegionSpecifier region = 1;
List<ClientPB.RegionLoadStats> getStatList()
repeated .RegionLoadStats stat = 2;
ClientPB.RegionLoadStats getStat(int index)
repeated .RegionLoadStats stat = 2;
int getStatCount()
repeated .RegionLoadStats stat = 2;
Copyright © 2010-2017, The Async HBase Authors