Uses of Class
org.apache.hadoop.hdfs.server.namenode.LeaseManager
Packages that use LeaseManager
Package
Description
-
Uses of LeaseManager in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type LeaseManagerModifier and TypeMethodDescriptionINodeDirectory.addSnapshot(SnapshotManager snapshotManager, String name, LeaseManager leaseManager, long mtime) Add a snapshot. -
Uses of LeaseManager in org.apache.hadoop.hdfs.server.namenode.snapshot
Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type LeaseManagerModifier and TypeMethodDescriptionDirectorySnapshottableFeature.addSnapshot(INodeDirectory snapshotRoot, SnapshotManager snapshotManager, String name, LeaseManager leaseManager, long now) Add a snapshot.SnapshotManager.createSnapshot(LeaseManager leaseManager, INodesInPath iip, String snapshotRoot, String snapshotName, long mtime) Create a snapshot of the given path.