Class RankCalculator
- java.lang.Object
-
- org.infinispan.container.versioning.RankCalculator
-
public class RankCalculator extends Object
Compute the version prefix to be used byNumericVersionGenerator
in clustered caches.- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description RankCalculator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getVersionPrefix()
void
updateRank(ViewChangedEvent e)
-
-
-
Method Detail
-
updateRank
public void updateRank(ViewChangedEvent e)
-
getVersionPrefix
public long getVersionPrefix()
-
-