latticeInstance
Attributes
- Graph
- Supertypes
- Self type
- latticeInstance.type
Members list
Value members
Concrete methods
Decompose a state into smaller parts. Note that the goal here is small individual storage size at reasonable computational cost. Minimalism of returned results is not guaranteed. It is also not guaranteed that the result does not overlap.
Decompose a state into smaller parts. Note that the goal here is small individual storage size at reasonable computational cost. Minimalism of returned results is not guaranteed. It is also not guaranteed that the result does not overlap.
Attributes
- Definition Classes
Lattice order is derived from merge, but should be overridden for efficiency
Lattice order is derived from merge, but should be overridden for efficiency
Attributes
- Definition Classes
By assumption: associative, commutative, idempotent.
By assumption: associative, commutative, idempotent.
For use with Delta CRDTs, this function should be optimized for the case that left >> right, i.e., that left is the current state and right the delta
Attributes
- Definition Classes
Extensions
Inherited extensions
Attributes
- Inherited from:
- DecomposeLattice