- Type Parameters:
T
- the type of objects in the list
- All Implemented Interfaces:
- ScalarisOp
public class ScalarisListAppendRemoveOp2<T>
extends ScalarisChangeListOp2
Implements a list append operation using the append operation of Scalaris.
Supports an (optional) list counter key which is updated accordingly.
For a correct counter in the countKey, this class assumes that every
element from the toRemove list existed in the list (at least after
adding the elements from toAdd).
- Since:
- 3.18
- Version:
- 3.18
- Author:
- Nico Kruber, kruber@zib.de