org.apache.hadoop.hdfs.util
Interface Diff.Element<K>

All Superinterfaces:
Comparable<K>
All Known Implementing Classes:
org.apache.hadoop.hdfs.server.namenode.INode, INodeDirectory, INodeReference, INodeReference.DstReference, INodeReference.WithCount, INodeReference.WithName, org.apache.hadoop.hdfs.server.namenode.INodeWithAdditionalFields, Snapshot.Root
Enclosing class:
Diff<K,E extends Diff.Element<K>>

public static interface Diff.Element<K>
extends Comparable<K>

An interface for the elements in a Diff.


Method Summary
 K getKey()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getKey

K getKey()
Returns:
the key of this object.


Copyright © 2014 Apache Software Foundation. All Rights Reserved.