Class TopologyIracVersion

java.lang.Object
org.infinispan.container.versioning.irac.TopologyIracVersion
All Implemented Interfaces:
Comparable<TopologyIracVersion>

@ProtoTypeId(1007) public class TopologyIracVersion extends Object implements Comparable<TopologyIracVersion>
The version stored per CacheEntry for IRAC.

It is composed by the topology Id and a version. The topology Id is increment when the topology changes and the version on each update.

Since:
11.0
Author:
Pedro Ruivo