org.apache.hadoop.hbase.protobuf.generated
Class MapReduceProtos.TableSnapshotRegionSplit.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<MapReduceProtos.TableSnapshotRegionSplit.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.MapReduceProtos.TableSnapshotRegionSplit.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, MapReduceProtos.TableSnapshotRegionSplitOrBuilder
Enclosing class:
MapReduceProtos.TableSnapshotRegionSplit

public static final class MapReduceProtos.TableSnapshotRegionSplit.Builder
extends com.google.protobuf.GeneratedMessage.Builder<MapReduceProtos.TableSnapshotRegionSplit.Builder>
implements MapReduceProtos.TableSnapshotRegionSplitOrBuilder

Protobuf type TableSnapshotRegionSplit


Method Summary
 MapReduceProtos.TableSnapshotRegionSplit.Builder addAllLocations(Iterable<String> values)
          repeated string locations = 2;
 MapReduceProtos.TableSnapshotRegionSplit.Builder addLocations(String value)
          repeated string locations = 2;
 MapReduceProtos.TableSnapshotRegionSplit.Builder addLocationsBytes(com.google.protobuf.ByteString value)
          repeated string locations = 2;
 MapReduceProtos.TableSnapshotRegionSplit build()
           
 MapReduceProtos.TableSnapshotRegionSplit buildPartial()
           
 MapReduceProtos.TableSnapshotRegionSplit.Builder clear()
           
 MapReduceProtos.TableSnapshotRegionSplit.Builder clearLocations()
          repeated string locations = 2;
 MapReduceProtos.TableSnapshotRegionSplit.Builder clearRegion()
          optional .RegionInfo region = 4;
 MapReduceProtos.TableSnapshotRegionSplit.Builder clearTable()
          optional .TableSchema table = 3;
 MapReduceProtos.TableSnapshotRegionSplit.Builder clone()
           
 MapReduceProtos.TableSnapshotRegionSplit getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 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.RegionInfo getRegion()
          optional .RegionInfo region = 4;
 HBaseProtos.RegionInfo.Builder getRegionBuilder()
          optional .RegionInfo region = 4;
 HBaseProtos.RegionInfoOrBuilder getRegionOrBuilder()
          optional .RegionInfo region = 4;
 HBaseProtos.TableSchema getTable()
          optional .TableSchema table = 3;
 HBaseProtos.TableSchema.Builder getTableBuilder()
          optional .TableSchema table = 3;
 HBaseProtos.TableSchemaOrBuilder getTableOrBuilder()
          optional .TableSchema table = 3;
 boolean hasRegion()
          optional .RegionInfo region = 4;
 boolean hasTable()
          optional .TableSchema table = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 MapReduceProtos.TableSnapshotRegionSplit.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MapReduceProtos.TableSnapshotRegionSplit.Builder mergeFrom(MapReduceProtos.TableSnapshotRegionSplit other)
           
 MapReduceProtos.TableSnapshotRegionSplit.Builder mergeFrom(com.google.protobuf.Message other)
           
 MapReduceProtos.TableSnapshotRegionSplit.Builder mergeRegion(HBaseProtos.RegionInfo value)
          optional .RegionInfo region = 4;
 MapReduceProtos.TableSnapshotRegionSplit.Builder mergeTable(HBaseProtos.TableSchema value)
          optional .TableSchema table = 3;
 MapReduceProtos.TableSnapshotRegionSplit.Builder setLocations(int index, String value)
          repeated string locations = 2;
 MapReduceProtos.TableSnapshotRegionSplit.Builder setRegion(HBaseProtos.RegionInfo.Builder builderForValue)
          optional .RegionInfo region = 4;
 MapReduceProtos.TableSnapshotRegionSplit.Builder setRegion(HBaseProtos.RegionInfo value)
          optional .RegionInfo region = 4;
 MapReduceProtos.TableSnapshotRegionSplit.Builder setTable(HBaseProtos.TableSchema.Builder builderForValue)
          optional .TableSchema table = 3;
 MapReduceProtos.TableSnapshotRegionSplit.Builder setTable(HBaseProtos.TableSchema value)
          optional .TableSchema table = 3;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<MapReduceProtos.TableSnapshotRegionSplit.Builder>

clear

public MapReduceProtos.TableSnapshotRegionSplit.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<MapReduceProtos.TableSnapshotRegionSplit.Builder>

clone

public MapReduceProtos.TableSnapshotRegionSplit.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<MapReduceProtos.TableSnapshotRegionSplit.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<MapReduceProtos.TableSnapshotRegionSplit.Builder>

getDefaultInstanceForType

public MapReduceProtos.TableSnapshotRegionSplit getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public MapReduceProtos.TableSnapshotRegionSplit build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public MapReduceProtos.TableSnapshotRegionSplit buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public MapReduceProtos.TableSnapshotRegionSplit.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MapReduceProtos.TableSnapshotRegionSplit.Builder>

mergeFrom

public MapReduceProtos.TableSnapshotRegionSplit.Builder mergeFrom(MapReduceProtos.TableSnapshotRegionSplit other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<MapReduceProtos.TableSnapshotRegionSplit.Builder>

mergeFrom

public MapReduceProtos.TableSnapshotRegionSplit.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MapReduceProtos.TableSnapshotRegionSplit.Builder>
Throws:
IOException

getLocationsList

public List<String> getLocationsList()
repeated string locations = 2;

Specified by:
getLocationsList in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

getLocationsCount

public int getLocationsCount()
repeated string locations = 2;

Specified by:
getLocationsCount in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

getLocations

public String getLocations(int index)
repeated string locations = 2;

Specified by:
getLocations in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

getLocationsBytes

public com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 2;

Specified by:
getLocationsBytes in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

setLocations

public MapReduceProtos.TableSnapshotRegionSplit.Builder setLocations(int index,
                                                                     String value)
repeated string locations = 2;


addLocations

public MapReduceProtos.TableSnapshotRegionSplit.Builder addLocations(String value)
repeated string locations = 2;


addAllLocations

public MapReduceProtos.TableSnapshotRegionSplit.Builder addAllLocations(Iterable<String> values)
repeated string locations = 2;


clearLocations

public MapReduceProtos.TableSnapshotRegionSplit.Builder clearLocations()
repeated string locations = 2;


addLocationsBytes

public MapReduceProtos.TableSnapshotRegionSplit.Builder addLocationsBytes(com.google.protobuf.ByteString value)
repeated string locations = 2;


hasTable

public boolean hasTable()
optional .TableSchema table = 3;

Specified by:
hasTable in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

getTable

public HBaseProtos.TableSchema getTable()
optional .TableSchema table = 3;

Specified by:
getTable in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

setTable

public MapReduceProtos.TableSnapshotRegionSplit.Builder setTable(HBaseProtos.TableSchema value)
optional .TableSchema table = 3;


setTable

public MapReduceProtos.TableSnapshotRegionSplit.Builder setTable(HBaseProtos.TableSchema.Builder builderForValue)
optional .TableSchema table = 3;


mergeTable

public MapReduceProtos.TableSnapshotRegionSplit.Builder mergeTable(HBaseProtos.TableSchema value)
optional .TableSchema table = 3;


clearTable

public MapReduceProtos.TableSnapshotRegionSplit.Builder clearTable()
optional .TableSchema table = 3;


getTableBuilder

public HBaseProtos.TableSchema.Builder getTableBuilder()
optional .TableSchema table = 3;


getTableOrBuilder

public HBaseProtos.TableSchemaOrBuilder getTableOrBuilder()
optional .TableSchema table = 3;

Specified by:
getTableOrBuilder in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

hasRegion

public boolean hasRegion()
optional .RegionInfo region = 4;

Specified by:
hasRegion in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

getRegion

public HBaseProtos.RegionInfo getRegion()
optional .RegionInfo region = 4;

Specified by:
getRegion in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

setRegion

public MapReduceProtos.TableSnapshotRegionSplit.Builder setRegion(HBaseProtos.RegionInfo value)
optional .RegionInfo region = 4;


setRegion

public MapReduceProtos.TableSnapshotRegionSplit.Builder setRegion(HBaseProtos.RegionInfo.Builder builderForValue)
optional .RegionInfo region = 4;


mergeRegion

public MapReduceProtos.TableSnapshotRegionSplit.Builder mergeRegion(HBaseProtos.RegionInfo value)
optional .RegionInfo region = 4;


clearRegion

public MapReduceProtos.TableSnapshotRegionSplit.Builder clearRegion()
optional .RegionInfo region = 4;


getRegionBuilder

public HBaseProtos.RegionInfo.Builder getRegionBuilder()
optional .RegionInfo region = 4;


getRegionOrBuilder

public HBaseProtos.RegionInfoOrBuilder getRegionOrBuilder()
optional .RegionInfo region = 4;

Specified by:
getRegionOrBuilder in interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.