Uses of Class
org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Packages that use SnapshotManager
Package
Description
-
Uses of SnapshotManager in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return SnapshotManagerMethods in org.apache.hadoop.hdfs.server.namenode with parameters of type SnapshotManagerModifier and TypeMethodDescriptionINodeDirectory.addSnapshot(SnapshotManager snapshotManager, String name, LeaseManager leaseManager, long mtime) Add a snapshot.INodeDirectory.removeSnapshot(INode.ReclaimContext reclaimContext, String snapshotName, long mtime, SnapshotManager snapshotManager) Delete a snapshot. -
Uses of SnapshotManager in org.apache.hadoop.hdfs.server.namenode.snapshot
Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type SnapshotManagerModifier and TypeMethodDescriptionDirectorySnapshottableFeature.addSnapshot(INodeDirectory snapshotRoot, SnapshotManager snapshotManager, String name, LeaseManager leaseManager, long now) Add a snapshot.DirectorySnapshottableFeature.removeSnapshot(INode.ReclaimContext reclaimContext, INodeDirectory snapshotRoot, String snapshotName, long now, SnapshotManager snapshotManager) Remove the snapshot with the given name fromDirectorySnapshottableFeature.snapshotsByNames, and delete all the corresponding DirectoryDiff.