Uses of Class
dev.vality.damsel.domain.VectorClock
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of VectorClock in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return VectorClock Modifier and Type Method Description VectorClockVectorClock. deepCopy()VectorClockAccounterClock. getVector()VectorClockVectorClock. setState(byte[] state)VectorClockVectorClock. setState(ByteBuffer state)Methods in dev.vality.damsel.domain with parameters of type VectorClock Modifier and Type Method Description intVectorClock. compareTo(VectorClock other)booleanVectorClock. equals(VectorClock that)voidAccounterClock. setVector(VectorClock value)static AccounterClockAccounterClock. vector(VectorClock value)Constructors in dev.vality.damsel.domain with parameters of type VectorClock Constructor Description VectorClock(VectorClock other)Performs a deep copy on other.