public static interface MapReducePB.TableSnapshotRegionSplitOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLocations(int index)
repeated string locations = 2; |
com.google.protobuf.ByteString |
getLocationsBytes(int index)
repeated string locations = 2; |
int |
getLocationsCount()
repeated string locations = 2; |
List<String> |
getLocationsList()
repeated string locations = 2; |
HBasePB.RegionInfo |
getRegion()
optional .RegionInfo region = 4; |
HBasePB.TableSchema |
getTable()
optional .TableSchema table = 3; |
boolean |
hasRegion()
optional .RegionInfo region = 4; |
boolean |
hasTable()
optional .TableSchema table = 3; |
int getLocationsCount()
repeated string locations = 2;
String getLocations(int index)
repeated string locations = 2;
com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 2;
boolean hasTable()
optional .TableSchema table = 3;
HBasePB.TableSchema getTable()
optional .TableSchema table = 3;
boolean hasRegion()
optional .RegionInfo region = 4;
HBasePB.RegionInfo getRegion()
optional .RegionInfo region = 4;
Copyright © 2010-2017, The Async HBase Authors