Uses of Class
org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader

Packages that use FSImageFormat.Loader
org.apache.hadoop.hdfs.server.namenode.snapshot   
 

Uses of FSImageFormat.Loader in org.apache.hadoop.hdfs.server.namenode.snapshot
 

Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type FSImageFormat.Loader
static void SnapshotFSImageFormat.loadDirectoryDiffList(INodeDirectory dir, DataInput in, FSImageFormat.Loader loader)
          Load the SnapshotDiff list for the INodeDirectoryWithSnapshot directory.
static FileWithSnapshot.FileDiffList SnapshotFSImageFormat.loadFileDiffList(DataInput in, FSImageFormat.Loader loader)
           
 INodeReference.WithCount SnapshotFSImageFormat.ReferenceMap.loadINodeReferenceWithCount(boolean isSnapshotINode, DataInput in, FSImageFormat.Loader loader)
           
static void SnapshotFSImageFormat.loadSnapshotList(org.apache.hadoop.hdfs.server.namenode.snapshot.INodeDirectorySnapshottable snapshottableParent, int numSnapshots, DataInput in, FSImageFormat.Loader loader)
          Load snapshots and snapshotQuota for a Snapshottable directory.
 Map<Integer,org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot> SnapshotManager.read(DataInput in, FSImageFormat.Loader loader)
          Read values of SnapshotManager.snapshotCounter, SnapshotManager.numSnapshots, and all snapshots from the DataInput
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.