Package org.apache.hadoop.hdfs.util
Interface Diff.Element<K>
- All Superinterfaces:
Comparable<K>
- All Known Implementing Classes:
INode,INodeDirectory,INodeFile,INodeReference,INodeReference.DstReference,INodeReference.WithCount,INodeReference.WithName,INodeSymlink,INodeWithAdditionalFields,Snapshot.Root
- Enclosing class:
- Diff<K,
E extends Diff.Element<K>>
An interface for the elements in a
Diff.-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getKey
K getKey()- Returns:
- the key of this object.
-