org.apache.hadoop.hdfs.server.namenode
Class FSImageFormatPBINode.Saver

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Saver
Enclosing class:
org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode

public static final class FSImageFormatPBINode.Saver
extends Object


Method Summary
static FsImageProto.INodeSection.INodeDirectory.Builder buildINodeDirectory(org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes dir, FSImageFormatProtobuf.SaverContext state)
           
static FsImageProto.INodeSection.INodeFile.Builder buildINodeFile(org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes file, FSImageFormatProtobuf.SaverContext state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildINodeFile

public static FsImageProto.INodeSection.INodeFile.Builder buildINodeFile(org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes file,
                                                                         FSImageFormatProtobuf.SaverContext state)

buildINodeDirectory

public static FsImageProto.INodeSection.INodeDirectory.Builder buildINodeDirectory(org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes dir,
                                                                                   FSImageFormatProtobuf.SaverContext state)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.