|
Class Summary |
| ChainedResolver<T> |
Apply the given inconsistency resolvers in order until there are 1 or fewer
items left. |
| ClockEntry |
An entry element for a vector clock versioning scheme This assigns the
version from a specific machine, the VectorClock keeps track of the complete
system version, which will consist of many individual Version objects. |
| TimeBasedInconsistencyResolver<T> |
Resolve inconsistencies based on timestamp in the vector clock |
| VectorClock |
A vector of the number of writes mastered by each node. |
| VectorClockInconsistencyResolver<T> |
An inconsistency resolver that uses the object VectorClocks leaving only a
set of concurrent versions remaining. |