Uses of Class
org.apache.hadoop.hdfs.util.Diff.UndoInfo
Packages that use Diff.UndoInfo
-
Uses of Diff.UndoInfo in org.apache.hadoop.hdfs.util
Methods in org.apache.hadoop.hdfs.util that return Diff.UndoInfoModifier and TypeMethodDescriptionDelete an element from current state.Modify an element in current state.Methods in org.apache.hadoop.hdfs.util with parameters of type Diff.UndoInfoModifier and TypeMethodDescriptionvoidDiff.undoDelete(E element, Diff.UndoInfo<E> undoInfo) Undo the previous delete(E) operation.voidDiff.undoModify(E oldElement, E newElement, Diff.UndoInfo<E> undoInfo) Undo the previous modify(E, E) operation.