org.apache.hadoop.hdfs.server.namenode.snapshot
Class INodeDirectorySnapshottable.SnapshotDiffInfo
java.lang.Object
org.apache.hadoop.hdfs.server.namenode.snapshot.INodeDirectorySnapshottable.SnapshotDiffInfo
- Enclosing class:
- org.apache.hadoop.hdfs.server.namenode.snapshot.INodeDirectorySnapshottable
public static class INodeDirectorySnapshottable.SnapshotDiffInfo
- extends Object
A class describing the difference between snapshots of a snapshottable
directory.
|
Field Summary |
static Comparator<org.apache.hadoop.hdfs.server.namenode.INode> |
INODE_COMPARATOR
Compare two inodes based on their full names |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INODE_COMPARATOR
public static final Comparator<org.apache.hadoop.hdfs.server.namenode.INode> INODE_COMPARATOR
- Compare two inodes based on their full names
generateReport
public SnapshotDiffReport generateReport()
- Generate a
SnapshotDiffReport based on detailed diff information.
- Returns:
- A
SnapshotDiffReport describing the difference
Copyright © 2013 Apache Software Foundation. All Rights Reserved.