| Package | Description | 
|---|---|
| org.apache.hadoop.hdfs.server.namenode.snapshot | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | SnapshotFSImageFormat. loadDirectoryDiffList(INodeDirectory dir,
                     DataInput in,
                     FSImageFormat.Loader loader)Load the  SnapshotDifflist for the INodeDirectoryWithSnapshot
 directory. | 
| static FileDiffList | SnapshotFSImageFormat. loadFileDiffList(DataInput in,
                FSImageFormat.Loader loader) | 
| INodeReference.WithCount | SnapshotFSImageFormat.ReferenceMap. loadINodeReferenceWithCount(boolean isSnapshotINode,
                           DataInput in,
                           FSImageFormat.Loader loader) | 
| static void | SnapshotFSImageFormat. loadSnapshotList(INodeDirectory 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 © 2008–2023 Apache Software Foundation. All rights reserved.