incrementClock abstract method

DatumEntityInterface incrementClock(
  1. String replicaId
)

Returns a new instance with the vector clock incremented for replicaId.

If this entity does not support vector clocks, it should return itself.

Implementation

DatumEntityInterface incrementClock(String replicaId);