Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder

Packages that use FsImageProto.FileSummary.Section.Builder
org.apache.hadoop.hdfs.server.namenode   
 

Uses of FsImageProto.FileSummary.Section.Builder in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.FileSummary.Section.Builder
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Builder.addSectionsBuilder()
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Builder.addSectionsBuilder(int index)
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.clear()
           
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.clearLength()
          optional uint64 length = 2;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.clearName()
          optional string name = 1;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.clearOffset()
          optional uint64 offset = 3;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.clone()
           
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Builder.getSectionsBuilder(int index)
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.mergeFrom(FsImageProto.FileSummary.Section other)
           
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.mergeFrom(com.google.protobuf.Message other)
           
static FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.newBuilder()
           
static FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.newBuilder(FsImageProto.FileSummary.Section prototype)
           
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.newBuilderForType()
           
protected  FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.setLength(long value)
          optional uint64 length = 2;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.setName(String value)
          optional string name = 1;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.setNameBytes(com.google.protobuf.ByteString value)
          optional string name = 1;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.Builder.setOffset(long value)
          optional uint64 offset = 3;
 FsImageProto.FileSummary.Section.Builder FsImageProto.FileSummary.Section.toBuilder()
           
 

Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FsImageProto.FileSummary.Section.Builder
 List<FsImageProto.FileSummary.Section.Builder> FsImageProto.FileSummary.Builder.getSectionsBuilderList()
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.FileSummary.Section.Builder
 FsImageProto.FileSummary.Builder FsImageProto.FileSummary.Builder.addSections(FsImageProto.FileSummary.Section.Builder builderForValue)
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 FsImageProto.FileSummary.Builder FsImageProto.FileSummary.Builder.addSections(int index, FsImageProto.FileSummary.Section.Builder builderForValue)
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 FsImageProto.FileSummary.Builder FsImageProto.FileSummary.Builder.setSections(int index, FsImageProto.FileSummary.Section.Builder builderForValue)
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.