| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode.snapshot |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
SnapshotFSImageFormat.loadDirectoryDiffList(INodeDirectory dir,
java.io.DataInput in,
FSImageFormat.Loader loader) |
Load the
SnapshotDiff list for the INodeDirectoryWithSnapshot
directory. |
static FileDiffList |
SnapshotFSImageFormat.loadFileDiffList(java.io.DataInput in,
FSImageFormat.Loader loader) |
|
INodeReference.WithCount |
SnapshotFSImageFormat.ReferenceMap.loadINodeReferenceWithCount(boolean isSnapshotINode,
java.io.DataInput in,
FSImageFormat.Loader loader) |
|
static void |
SnapshotFSImageFormat.loadSnapshotList(INodeDirectory snapshottableParent,
int numSnapshots,
java.io.DataInput in,
FSImageFormat.Loader loader) |
Load snapshots and snapshotQuota for a Snapshottable directory.
|
java.util.Map<java.lang.Integer,Snapshot> |
SnapshotManager.read(java.io.DataInput in,
FSImageFormat.Loader loader) |
Read values of
SnapshotManager.snapshotCounter, SnapshotManager.numSnapshots, and
all snapshots from the DataInput |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.