Uses of Class
org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest.Builder

Packages that use SnapshotProtos.SnapshotDataManifest.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of SnapshotProtos.SnapshotDataManifest.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return SnapshotProtos.SnapshotDataManifest.Builder
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.addAllRegionManifests(Iterable<? extends SnapshotProtos.SnapshotRegionManifest> values)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.addRegionManifests(int index, SnapshotProtos.SnapshotRegionManifest.Builder builderForValue)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.addRegionManifests(int index, SnapshotProtos.SnapshotRegionManifest value)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.addRegionManifests(SnapshotProtos.SnapshotRegionManifest.Builder builderForValue)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.addRegionManifests(SnapshotProtos.SnapshotRegionManifest value)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.clear()
           
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.clearRegionManifests()
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.clearTableSchema()
          required .TableSchema table_schema = 1;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.clone()
           
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.mergeFrom(com.google.protobuf.Message other)
           
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.mergeFrom(SnapshotProtos.SnapshotDataManifest other)
           
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.mergeTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 1;
static SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.newBuilder()
           
static SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.newBuilder(SnapshotProtos.SnapshotDataManifest prototype)
           
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.newBuilderForType()
           
protected  SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.removeRegionManifests(int index)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.setRegionManifests(int index, SnapshotProtos.SnapshotRegionManifest.Builder builderForValue)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.setRegionManifests(int index, SnapshotProtos.SnapshotRegionManifest value)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.setTableSchema(HBaseProtos.TableSchema.Builder builderForValue)
          required .TableSchema table_schema = 1;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.Builder.setTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 1;
 SnapshotProtos.SnapshotDataManifest.Builder SnapshotProtos.SnapshotDataManifest.toBuilder()
           
 



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