| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.util |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
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 © 2008–2025 Apache Software Foundation. All rights reserved.