Uses of Enum Class
org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.SectionName
Packages that use FSImageFormatProtobuf.SectionName
-
Uses of FSImageFormatProtobuf.SectionName in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FSImageFormatProtobuf.SectionNameModifier and TypeMethodDescriptionFSImageFormatProtobuf.SectionName.fromString(String name) Returns the enum constant of this class with the specified name.static FSImageFormatProtobuf.SectionName[]FSImageFormatProtobuf.SectionName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSImageFormatProtobuf.SectionNameModifier 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.