Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
Packages that use FsImageProto.FileSummary.Builder
Package
Description
-
Uses of FsImageProto.FileSummary.Builder in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.FileSummary.BuilderModifier and TypeMethodDescriptionFsImageProto.FileSummary.Builder.addAllSections(Iterable<? extends FsImageProto.FileSummary.Section> values) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.FileSummary.Builder.addSections(int index, FsImageProto.FileSummary.Section value) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.addSections(int index, FsImageProto.FileSummary.Section.Builder builderForValue) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.addSections(FsImageProto.FileSummary.Section value) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.addSections(FsImageProto.FileSummary.Section.Builder builderForValue) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.clear()FsImageProto.FileSummary.Builder.clearCodec()optional string codec = 3;FsImageProto.FileSummary.Builder.clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) FsImageProto.FileSummary.Builder.clearLayoutVersion()layoutVersion describes which features are available in the FSImage.FsImageProto.FileSummary.Builder.clearOndiskVersion()The version of the above EBNF grammars.FsImageProto.FileSummary.Builder.clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) FsImageProto.FileSummary.Builder.clearSections()repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.clone()FsImageProto.FileSummary.Builder.mergeFrom(FsImageProto.FileSummary other) FsImageProto.FileSummary.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.FileSummary.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) FsImageProto.FileSummary.Builder.mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.FileSummary.newBuilder()FsImageProto.FileSummary.newBuilder(FsImageProto.FileSummary prototype) FsImageProto.FileSummary.newBuilderForType()protected FsImageProto.FileSummary.BuilderFsImageProto.FileSummary.newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) FsImageProto.FileSummary.Builder.removeSections(int index) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;optional string codec = 3;FsImageProto.FileSummary.Builder.setCodecBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value) optional string codec = 3;FsImageProto.FileSummary.Builder.setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.FileSummary.Builder.setLayoutVersion(int value) layoutVersion describes which features are available in the FSImage.FsImageProto.FileSummary.Builder.setOndiskVersion(int value) The version of the above EBNF grammars.FsImageProto.FileSummary.Builder.setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FsImageProto.FileSummary.Builder.setSections(int index, FsImageProto.FileSummary.Section value) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.setSections(int index, FsImageProto.FileSummary.Section.Builder builderForValue) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.FileSummary.toBuilder()Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.FileSummary.BuilderModifier and TypeMethodDescriptionvoidFSImageFormatProtobuf.Saver.commitSection(FsImageProto.FileSummary.Builder summary, FSImageFormatProtobuf.SectionName name) voidFSImageFormatProtobuf.Saver.commitSection(FsImageProto.FileSummary.Builder summary, FSImageFormatProtobuf.SectionName name, boolean afterSubSectionCommit) voidFSImageFormatProtobuf.Saver.commitSectionAndSubSection(FsImageProto.FileSummary.Builder summary, FSImageFormatProtobuf.SectionName name, FSImageFormatProtobuf.SectionName subSectionName) Commit the length and offset of a fsimage section to the summary index, including the sub section, which will be committed before the section is committed.voidFSImageFormatProtobuf.Saver.commitSubSection(FsImageProto.FileSummary.Builder summary, FSImageFormatProtobuf.SectionName name) voidFSImageFormatProtobuf.Saver.commitSubSection(FsImageProto.FileSummary.Builder summary, FSImageFormatProtobuf.SectionName name, boolean isLast) Commit the length and offset of a fsimage sub-section to the summary index. -
Uses of FsImageProto.FileSummary.Builder in org.apache.hadoop.hdfs.server.namenode.snapshot
Constructors in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type FsImageProto.FileSummary.BuilderModifierConstructorDescriptionSaver(FSImageFormatProtobuf.Saver parent, FsImageProto.FileSummary.Builder headers, SaveNamespaceContext context, FSNamesystem fsn)