Enum VectorClock.Ordering
Indicates the age of one VectorClock relative to another.
Namespace: Akka.Cluster
Assembly: Akka.Cluster.dll
Syntax
public enum Ordering
Fields
Name | Description |
---|---|
After | Vectorclock is younger. |
Before | Vectorclock is older. |
Concurrent | Vectorclocks both contain concurrent mutations and must be merged. |
FullOrder | TBD |
Same | Vectorclocks are same age. |