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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCacheJoinInfo
(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