Class IracEntryVersion

java.lang.Object
org.infinispan.container.versioning.irac.IracEntryVersion

@ProtoTypeId(1006) public class IracEntryVersion extends Object
An entry version for the IRAC algorithm (async cross site replication).

It is represented as a vector clock where each site keeps it version.

The site version is composed as a pair (topology id, version).

Since:
11.0
Author:
Pedro Ruivo
See Also: