Uses of Class
org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.SectionName

Packages that use FSImageFormatProtobuf.SectionName
org.apache.hadoop.hdfs.server.namenode   
 

Uses of FSImageFormatProtobuf.SectionName in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode that return FSImageFormatProtobuf.SectionName
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.
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSImageFormatProtobuf.SectionName
 void FSImageFormatProtobuf.Saver.commitSection(FsImageProto.FileSummary.Builder summary, FSImageFormatProtobuf.SectionName name)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.