public static interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder
extends com.google.protobuf.MessageOrBuilder
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; |
HBaseProtos.RegionSpecifier |
getRegion()
optional .RegionSpecifier region = 1; |
HBaseProtos.RegionSpecifierOrBuilder |
getRegionOrBuilder()
optional .RegionSpecifier region = 1; |
boolean |
hasRegion()
optional .RegionSpecifier region = 1; |
boolean hasRegion()
optional .RegionSpecifier region = 1;
HBaseProtos.RegionSpecifier getRegion()
optional .RegionSpecifier region = 1;
HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
optional .RegionSpecifier region = 1;
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;
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.