public static interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLocations(int index)
repeated string locations = 2; |
org.apache.hbase.thirdparty.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.RegionInfo |
getRegion()
optional .hbase.pb.RegionInfo region = 4; |
HBaseProtos.RegionInfoOrBuilder |
getRegionOrBuilder()
optional .hbase.pb.RegionInfo region = 4; |
HBaseProtos.TableSchema |
getTable()
optional .hbase.pb.TableSchema table = 3; |
HBaseProtos.TableSchemaOrBuilder |
getTableOrBuilder()
optional .hbase.pb.TableSchema table = 3; |
boolean |
hasRegion()
optional .hbase.pb.RegionInfo region = 4; |
boolean |
hasTable()
optional .hbase.pb.TableSchema table = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLocationsCount()
repeated string locations = 2;String getLocations(int index)
repeated string locations = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 2;boolean hasTable()
optional .hbase.pb.TableSchema table = 3;HBaseProtos.TableSchema getTable()
optional .hbase.pb.TableSchema table = 3;HBaseProtos.TableSchemaOrBuilder getTableOrBuilder()
optional .hbase.pb.TableSchema table = 3;boolean hasRegion()
optional .hbase.pb.RegionInfo region = 4;HBaseProtos.RegionInfo getRegion()
optional .hbase.pb.RegionInfo region = 4;HBaseProtos.RegionInfoOrBuilder getRegionOrBuilder()
optional .hbase.pb.RegionInfo region = 4;Copyright © 2007–2019 Cloudera. All rights reserved.