Uses of Class
org.apache.hadoop.hdfs.util.Diff.UndoInfo

Packages that use Diff.UndoInfo
org.apache.hadoop.hdfs.util   
 

Uses of Diff.UndoInfo in org.apache.hadoop.hdfs.util
 

Methods in org.apache.hadoop.hdfs.util that return Diff.UndoInfo
 Diff.UndoInfo<E> Diff.delete(E element)
          Delete an element from current state.
 Diff.UndoInfo<E> Diff.modify(E oldElement, E newElement)
          Modify an element in current state.
 

Methods in org.apache.hadoop.hdfs.util with parameters of type Diff.UndoInfo
 void Diff.undoDelete(E element, Diff.UndoInfo<E> undoInfo)
          Undo the previous delete(E) operation.
 void Diff.undoModify(E oldElement, E newElement, Diff.UndoInfo<E> undoInfo)
          Undo the previous modify(E, E) operation.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.