Package org.infinispan.topology
Class CacheJoinInfo
java.lang.Object
org.infinispan.topology.CacheJoinInfo
This class contains the information that a cache needs to supply to the coordinator when starting up.
- Since:
- 5.2
- Author:
- Dan Berindei
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCacheJoinInfo
(ConsistentHashFactory consistentHashFactory, int numSegments, int numOwners, long timeout, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum) -
Method Summary
-
Constructor Details
-
CacheJoinInfo
public CacheJoinInfo(ConsistentHashFactory consistentHashFactory, int numSegments, int numOwners, long timeout, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum)
-
-
Method Details
-
getConsistentHashFactory
-
getNumSegments
public int getNumSegments() -
getNumOwners
public int getNumOwners() -
getTimeout
public long getTimeout() -
getCacheMode
-
getCapacityFactor
public float getCapacityFactor() -
getPersistentUUID
-
getPersistentStateChecksum
-
hashCode
public int hashCode() -
equals
-
toString
-