| Package | Description | 
|---|---|
| org.apache.hadoop.hdfs.server.namenode | 
| Modifier and Type | Method and Description | 
|---|---|
| static FSImageFormatProtobuf.SectionName | FSImageFormatProtobuf.SectionName. fromString(String name) | 
| static FSImageFormatProtobuf.SectionName | FSImageFormatProtobuf.SectionName. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FSImageFormatProtobuf.SectionName[] | FSImageFormatProtobuf.SectionName. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FSImageFormatProtobuf.Saver. commitSection(FsImageProto.FileSummary.Builder summary,
             FSImageFormatProtobuf.SectionName name) | 
| void | FSImageFormatProtobuf.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. | 
| void | FSImageFormatProtobuf.Saver. commitSubSection(FsImageProto.FileSummary.Builder summary,
                FSImageFormatProtobuf.SectionName name)Commit the length and offset of a fsimage sub-section to the summary
 index. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.