Uses of Interface
org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.SectionOrBuilder

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

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

Classes in org.apache.hadoop.hdfs.server.namenode that implement FsImageProto.FileSummary.SectionOrBuilder
static class FsImageProto.FileSummary.Section
          Protobuf type hadoop.hdfs.fsimage.FileSummary.Section
static class FsImageProto.FileSummary.Section.Builder
          Protobuf type hadoop.hdfs.fsimage.FileSummary.Section
 

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.FileSummary.SectionOrBuilder
 FsImageProto.FileSummary.SectionOrBuilder FsImageProto.FileSummaryOrBuilder.getSectionsOrBuilder(int index)
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 FsImageProto.FileSummary.SectionOrBuilder FsImageProto.FileSummary.getSectionsOrBuilder(int index)
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 FsImageProto.FileSummary.SectionOrBuilder FsImageProto.FileSummary.Builder.getSectionsOrBuilder(int index)
          repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.