Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
Packages that use FsImageProto.FileSummary.Section
-
Uses of FsImageProto.FileSummary.Section in org.apache.hadoop.hdfs.server.namenode
Fields in org.apache.hadoop.hdfs.server.namenode with type parameters of type FsImageProto.FileSummary.SectionModifier and TypeFieldDescriptionstatic final org.apache.hadoop.thirdparty.protobuf.Parser<FsImageProto.FileSummary.Section>FsImageProto.FileSummary.Section.PARSERDeprecated.Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.FileSummary.SectionModifier and TypeMethodDescriptionFsImageProto.FileSummary.Section.Builder.build()FsImageProto.FileSummary.Section.Builder.buildPartial()FsImageProto.FileSummary.Section.getDefaultInstance()FsImageProto.FileSummary.Section.Builder.getDefaultInstanceForType()FsImageProto.FileSummary.Section.getDefaultInstanceForType()FsImageProto.FileSummary.Builder.getSections(int index) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.getSections(int index) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummaryOrBuilder.getSections(int index) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Section.parseDelimitedFrom(InputStream input) FsImageProto.FileSummary.Section.parseDelimitedFrom(InputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.FileSummary.Section.parseFrom(byte[] data) FsImageProto.FileSummary.Section.parseFrom(byte[] data, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.FileSummary.Section.parseFrom(InputStream input) FsImageProto.FileSummary.Section.parseFrom(InputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.FileSummary.Section.parseFrom(ByteBuffer data) FsImageProto.FileSummary.Section.parseFrom(ByteBuffer data, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.FileSummary.Section.parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data) FsImageProto.FileSummary.Section.parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.FileSummary.Section.parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input) FsImageProto.FileSummary.Section.parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FsImageProto.FileSummary.SectionModifier and TypeMethodDescriptionorg.apache.hadoop.thirdparty.protobuf.Parser<FsImageProto.FileSummary.Section>FsImageProto.FileSummary.Section.getParserForType()FsImageProto.FileSummary.Builder.getSectionsList()repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.getSectionsList()repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummaryOrBuilder.getSectionsList()repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;static org.apache.hadoop.thirdparty.protobuf.Parser<FsImageProto.FileSummary.Section>FsImageProto.FileSummary.Section.parser()Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.FileSummary.SectionModifier and TypeMethodDescriptionFsImageProto.FileSummary.Builder.addSections(int index, FsImageProto.FileSummary.Section value) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.addSections(FsImageProto.FileSummary.Section value) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FSImageFormatProtobuf.Loader.getInputStreamForSection(FsImageProto.FileSummary.Section section, String compressionCodec) Given a FSImage FileSummary.section, return a LimitInput stream set to the starting position of the section and limited to the section length.FsImageProto.FileSummary.Section.Builder.mergeFrom(FsImageProto.FileSummary.Section other) FsImageProto.FileSummary.Section.newBuilder(FsImageProto.FileSummary.Section prototype) FsImageProto.FileSummary.Builder.setSections(int index, FsImageProto.FileSummary.Section value) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;Method parameters in org.apache.hadoop.hdfs.server.namenode with type arguments of type FsImageProto.FileSummary.SectionModifier and TypeMethodDescriptionFsImageProto.FileSummary.Builder.addAllSections(Iterable<? extends FsImageProto.FileSummary.Section> values) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;