public static final class MapReduceProtos.TableSnapshotRegionSplit.Builder extends <any> implements MapReduceProtos.TableSnapshotRegionSplitOrBuilder
TableSnapshotRegionSplitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public MapReduceProtos.TableSnapshotRegionSplit.Builder clear()
public MapReduceProtos.TableSnapshotRegionSplit.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public MapReduceProtos.TableSnapshotRegionSplit getDefaultInstanceForType()
public MapReduceProtos.TableSnapshotRegionSplit build()
public MapReduceProtos.TableSnapshotRegionSplit buildPartial()
public MapReduceProtos.TableSnapshotRegionSplit.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public MapReduceProtos.TableSnapshotRegionSplit.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic List<String> getLocationsList()
repeated string locations = 2;getLocationsList in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilderpublic int getLocationsCount()
repeated string locations = 2;getLocationsCount in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilderpublic String getLocations(int index)
repeated string locations = 2;getLocations in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilderpublic com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 2;getLocationsBytes in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilderpublic MapReduceProtos.TableSnapshotRegionSplit.Builder setLocations(int index, String value)
repeated string locations = 2;public MapReduceProtos.TableSnapshotRegionSplit.Builder addLocations(String value)
repeated string locations = 2;public MapReduceProtos.TableSnapshotRegionSplit.Builder addAllLocations(Iterable<String> values)
repeated string locations = 2;public MapReduceProtos.TableSnapshotRegionSplit.Builder clearLocations()
repeated string locations = 2;public MapReduceProtos.TableSnapshotRegionSplit.Builder addLocationsBytes(com.google.protobuf.ByteString value)
repeated string locations = 2;public boolean hasTable()
optional .TableSchema table = 3;hasTable in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilderpublic HBaseProtos.TableSchema getTable()
optional .TableSchema table = 3;getTable in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilderpublic MapReduceProtos.TableSnapshotRegionSplit.Builder setTable(HBaseProtos.TableSchema value)
optional .TableSchema table = 3;public MapReduceProtos.TableSnapshotRegionSplit.Builder setTable(HBaseProtos.TableSchema.Builder builderForValue)
optional .TableSchema table = 3;public MapReduceProtos.TableSnapshotRegionSplit.Builder mergeTable(HBaseProtos.TableSchema value)
optional .TableSchema table = 3;public MapReduceProtos.TableSnapshotRegionSplit.Builder clearTable()
optional .TableSchema table = 3;public HBaseProtos.TableSchema.Builder getTableBuilder()
optional .TableSchema table = 3;public HBaseProtos.TableSchemaOrBuilder getTableOrBuilder()
optional .TableSchema table = 3;getTableOrBuilder in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilderpublic boolean hasRegion()
optional .RegionInfo region = 4;hasRegion in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilderpublic HBaseProtos.RegionInfo getRegion()
optional .RegionInfo region = 4;getRegion in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilderpublic MapReduceProtos.TableSnapshotRegionSplit.Builder setRegion(HBaseProtos.RegionInfo value)
optional .RegionInfo region = 4;public MapReduceProtos.TableSnapshotRegionSplit.Builder setRegion(HBaseProtos.RegionInfo.Builder builderForValue)
optional .RegionInfo region = 4;public MapReduceProtos.TableSnapshotRegionSplit.Builder mergeRegion(HBaseProtos.RegionInfo value)
optional .RegionInfo region = 4;public MapReduceProtos.TableSnapshotRegionSplit.Builder clearRegion()
optional .RegionInfo region = 4;public HBaseProtos.RegionInfo.Builder getRegionBuilder()
optional .RegionInfo region = 4;public HBaseProtos.RegionInfoOrBuilder getRegionOrBuilder()
optional .RegionInfo region = 4;getRegionOrBuilder in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder