update

abstract fun update(ts: Timestamp)

Updates the state with the given timestamp.

Parameters

ts

the given timestamp.

abstract fun update(vv: VersionVector)

Updates the state with the given version vector.

Parameters

vv

the given version vector.