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

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder.addStoreFilesBuilder()
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder.addStoreFilesBuilder(int index)
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.clear()
           
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.clearFileSize()
          optional uint64 file_size = 3;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.clearName()
          required string name = 1;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.clearReference()
          optional .Reference reference = 2;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.clone()
           
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder.getStoreFilesBuilder(int index)
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.mergeFrom(com.google.protobuf.Message other)
           
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.mergeFrom(SnapshotProtos.SnapshotRegionManifest.StoreFile other)
           
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.mergeReference(FSProtos.Reference value)
          optional .Reference reference = 2;
static SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.newBuilder()
           
static SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.newBuilder(SnapshotProtos.SnapshotRegionManifest.StoreFile prototype)
           
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.newBuilderForType()
           
protected  SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.setFileSize(long value)
          optional uint64 file_size = 3;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.setName(String value)
          required string name = 1;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.setNameBytes(com.google.protobuf.ByteString value)
          required string name = 1;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.setReference(FSProtos.Reference.Builder builderForValue)
          optional .Reference reference = 2;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder.setReference(FSProtos.Reference value)
          optional .Reference reference = 2;
 SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder SnapshotProtos.SnapshotRegionManifest.StoreFile.toBuilder()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder
 List<SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder> SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder.getStoreFilesBuilderList()
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder
 SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder.addStoreFiles(int index, SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder builderForValue)
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder.addStoreFiles(SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder builderForValue)
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder.setStoreFiles(int index, SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder builderForValue)
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 



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