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