org.apache.hadoop.hbase.protobuf.generated
Class SnapshotProtos.SnapshotDataManifest.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<SnapshotProtos.SnapshotDataManifest.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, SnapshotProtos.SnapshotDataManifestOrBuilder
Enclosing class:
SnapshotProtos.SnapshotDataManifest

public static final class SnapshotProtos.SnapshotDataManifest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<SnapshotProtos.SnapshotDataManifest.Builder>
implements SnapshotProtos.SnapshotDataManifestOrBuilder

Protobuf type SnapshotDataManifest


Method Summary
 SnapshotProtos.SnapshotDataManifest.Builder addAllRegionManifests(Iterable<? extends SnapshotProtos.SnapshotRegionManifest> values)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder addRegionManifests(int index, SnapshotProtos.SnapshotRegionManifest.Builder builderForValue)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder addRegionManifests(int index, SnapshotProtos.SnapshotRegionManifest value)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder addRegionManifests(SnapshotProtos.SnapshotRegionManifest.Builder builderForValue)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder addRegionManifests(SnapshotProtos.SnapshotRegionManifest value)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotRegionManifest.Builder addRegionManifestsBuilder()
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotRegionManifest.Builder addRegionManifestsBuilder(int index)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest build()
           
 SnapshotProtos.SnapshotDataManifest buildPartial()
           
 SnapshotProtos.SnapshotDataManifest.Builder clear()
           
 SnapshotProtos.SnapshotDataManifest.Builder clearRegionManifests()
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder clearTableSchema()
          required .TableSchema table_schema = 1;
 SnapshotProtos.SnapshotDataManifest.Builder clone()
           
 SnapshotProtos.SnapshotDataManifest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 SnapshotProtos.SnapshotRegionManifest getRegionManifests(int index)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotRegionManifest.Builder getRegionManifestsBuilder(int index)
          repeated .SnapshotRegionManifest region_manifests = 2;
 List<SnapshotProtos.SnapshotRegionManifest.Builder> getRegionManifestsBuilderList()
          repeated .SnapshotRegionManifest region_manifests = 2;
 int getRegionManifestsCount()
          repeated .SnapshotRegionManifest region_manifests = 2;
 List<SnapshotProtos.SnapshotRegionManifest> getRegionManifestsList()
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotRegionManifestOrBuilder getRegionManifestsOrBuilder(int index)
          repeated .SnapshotRegionManifest region_manifests = 2;
 List<? extends SnapshotProtos.SnapshotRegionManifestOrBuilder> getRegionManifestsOrBuilderList()
          repeated .SnapshotRegionManifest region_manifests = 2;
 HBaseProtos.TableSchema getTableSchema()
          required .TableSchema table_schema = 1;
 HBaseProtos.TableSchema.Builder getTableSchemaBuilder()
          required .TableSchema table_schema = 1;
 HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
          required .TableSchema table_schema = 1;
 boolean hasTableSchema()
          required .TableSchema table_schema = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 SnapshotProtos.SnapshotDataManifest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 SnapshotProtos.SnapshotDataManifest.Builder mergeFrom(com.google.protobuf.Message other)
           
 SnapshotProtos.SnapshotDataManifest.Builder mergeFrom(SnapshotProtos.SnapshotDataManifest other)
           
 SnapshotProtos.SnapshotDataManifest.Builder mergeTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 1;
 SnapshotProtos.SnapshotDataManifest.Builder removeRegionManifests(int index)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder setRegionManifests(int index, SnapshotProtos.SnapshotRegionManifest.Builder builderForValue)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder setRegionManifests(int index, SnapshotProtos.SnapshotRegionManifest value)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder setTableSchema(HBaseProtos.TableSchema.Builder builderForValue)
          required .TableSchema table_schema = 1;
 SnapshotProtos.SnapshotDataManifest.Builder setTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 1;
 
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<SnapshotProtos.SnapshotDataManifest.Builder>

clear

public SnapshotProtos.SnapshotDataManifest.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<SnapshotProtos.SnapshotDataManifest.Builder>

clone

public SnapshotProtos.SnapshotDataManifest.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<SnapshotProtos.SnapshotDataManifest.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<SnapshotProtos.SnapshotDataManifest.Builder>

getDefaultInstanceForType

public SnapshotProtos.SnapshotDataManifest getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public SnapshotProtos.SnapshotDataManifest.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<SnapshotProtos.SnapshotDataManifest.Builder>

mergeFrom

public SnapshotProtos.SnapshotDataManifest.Builder mergeFrom(SnapshotProtos.SnapshotDataManifest other)

isInitialized

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

mergeFrom

public SnapshotProtos.SnapshotDataManifest.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<SnapshotProtos.SnapshotDataManifest.Builder>
Throws:
IOException

hasTableSchema

public boolean hasTableSchema()
required .TableSchema table_schema = 1;

Specified by:
hasTableSchema in interface SnapshotProtos.SnapshotDataManifestOrBuilder

getTableSchema

public HBaseProtos.TableSchema getTableSchema()
required .TableSchema table_schema = 1;

Specified by:
getTableSchema in interface SnapshotProtos.SnapshotDataManifestOrBuilder

setTableSchema

public SnapshotProtos.SnapshotDataManifest.Builder setTableSchema(HBaseProtos.TableSchema value)
required .TableSchema table_schema = 1;


setTableSchema

public SnapshotProtos.SnapshotDataManifest.Builder setTableSchema(HBaseProtos.TableSchema.Builder builderForValue)
required .TableSchema table_schema = 1;


mergeTableSchema

public SnapshotProtos.SnapshotDataManifest.Builder mergeTableSchema(HBaseProtos.TableSchema value)
required .TableSchema table_schema = 1;


clearTableSchema

public SnapshotProtos.SnapshotDataManifest.Builder clearTableSchema()
required .TableSchema table_schema = 1;


getTableSchemaBuilder

public HBaseProtos.TableSchema.Builder getTableSchemaBuilder()
required .TableSchema table_schema = 1;


getTableSchemaOrBuilder

public HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
required .TableSchema table_schema = 1;

Specified by:
getTableSchemaOrBuilder in interface SnapshotProtos.SnapshotDataManifestOrBuilder

getRegionManifestsList

public List<SnapshotProtos.SnapshotRegionManifest> getRegionManifestsList()
repeated .SnapshotRegionManifest region_manifests = 2;

Specified by:
getRegionManifestsList in interface SnapshotProtos.SnapshotDataManifestOrBuilder

getRegionManifestsCount

public int getRegionManifestsCount()
repeated .SnapshotRegionManifest region_manifests = 2;

Specified by:
getRegionManifestsCount in interface SnapshotProtos.SnapshotDataManifestOrBuilder

getRegionManifests

public SnapshotProtos.SnapshotRegionManifest getRegionManifests(int index)
repeated .SnapshotRegionManifest region_manifests = 2;

Specified by:
getRegionManifests in interface SnapshotProtos.SnapshotDataManifestOrBuilder

setRegionManifests

public SnapshotProtos.SnapshotDataManifest.Builder setRegionManifests(int index,
                                                                      SnapshotProtos.SnapshotRegionManifest value)
repeated .SnapshotRegionManifest region_manifests = 2;


setRegionManifests

public SnapshotProtos.SnapshotDataManifest.Builder setRegionManifests(int index,
                                                                      SnapshotProtos.SnapshotRegionManifest.Builder builderForValue)
repeated .SnapshotRegionManifest region_manifests = 2;


addRegionManifests

public SnapshotProtos.SnapshotDataManifest.Builder addRegionManifests(SnapshotProtos.SnapshotRegionManifest value)
repeated .SnapshotRegionManifest region_manifests = 2;


addRegionManifests

public SnapshotProtos.SnapshotDataManifest.Builder addRegionManifests(int index,
                                                                      SnapshotProtos.SnapshotRegionManifest value)
repeated .SnapshotRegionManifest region_manifests = 2;


addRegionManifests

public SnapshotProtos.SnapshotDataManifest.Builder addRegionManifests(SnapshotProtos.SnapshotRegionManifest.Builder builderForValue)
repeated .SnapshotRegionManifest region_manifests = 2;


addRegionManifests

public SnapshotProtos.SnapshotDataManifest.Builder addRegionManifests(int index,
                                                                      SnapshotProtos.SnapshotRegionManifest.Builder builderForValue)
repeated .SnapshotRegionManifest region_manifests = 2;


addAllRegionManifests

public SnapshotProtos.SnapshotDataManifest.Builder addAllRegionManifests(Iterable<? extends SnapshotProtos.SnapshotRegionManifest> values)
repeated .SnapshotRegionManifest region_manifests = 2;


clearRegionManifests

public SnapshotProtos.SnapshotDataManifest.Builder clearRegionManifests()
repeated .SnapshotRegionManifest region_manifests = 2;


removeRegionManifests

public SnapshotProtos.SnapshotDataManifest.Builder removeRegionManifests(int index)
repeated .SnapshotRegionManifest region_manifests = 2;


getRegionManifestsBuilder

public SnapshotProtos.SnapshotRegionManifest.Builder getRegionManifestsBuilder(int index)
repeated .SnapshotRegionManifest region_manifests = 2;


getRegionManifestsOrBuilder

public SnapshotProtos.SnapshotRegionManifestOrBuilder getRegionManifestsOrBuilder(int index)
repeated .SnapshotRegionManifest region_manifests = 2;

Specified by:
getRegionManifestsOrBuilder in interface SnapshotProtos.SnapshotDataManifestOrBuilder

getRegionManifestsOrBuilderList

public List<? extends SnapshotProtos.SnapshotRegionManifestOrBuilder> getRegionManifestsOrBuilderList()
repeated .SnapshotRegionManifest region_manifests = 2;

Specified by:
getRegionManifestsOrBuilderList in interface SnapshotProtos.SnapshotDataManifestOrBuilder

addRegionManifestsBuilder

public SnapshotProtos.SnapshotRegionManifest.Builder addRegionManifestsBuilder()
repeated .SnapshotRegionManifest region_manifests = 2;


addRegionManifestsBuilder

public SnapshotProtos.SnapshotRegionManifest.Builder addRegionManifestsBuilder(int index)
repeated .SnapshotRegionManifest region_manifests = 2;


getRegionManifestsBuilderList

public List<SnapshotProtos.SnapshotRegionManifest.Builder> getRegionManifestsBuilderList()
repeated .SnapshotRegionManifest region_manifests = 2;



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.