Uses of Class
org.infinispan.topology.CacheJoinInfo
-
Uses of CacheJoinInfo in org.infinispan.partitionhandling.impl
-
Uses of CacheJoinInfo in org.infinispan.topology
Modifier and TypeMethodDescriptionCacheStatusResponse.getCacheJoinInfo()
ClusterCacheStatus.getJoinInfo()
CacheJoinInfo.Externalizer.readObject
(ObjectInput unmarshaller) Modifier and TypeMethodDescriptionSet<Class<? extends CacheJoinInfo>>
CacheJoinInfo.Externalizer.getTypeClasses()
Modifier and TypeMethodDescriptionClusterCacheStatus.doJoin
(Address joiner, CacheJoinInfo joinInfo) ClusterTopologyManager.handleJoin
(String cacheName, Address joiner, CacheJoinInfo joinInfo, int viewId) Signals that a new member is joining the cache.ClusterTopologyManagerImpl.handleJoin
(String cacheName, Address joiner, CacheJoinInfo joinInfo, int joinerViewId) LocalTopologyManager.join
(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, PartitionHandlingManager phm) Forwards the join request to the coordinator.LocalTopologyManagerImpl.join
(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, PartitionHandlingManager phm) void
CacheJoinInfo.Externalizer.writeObject
(ObjectOutput output, CacheJoinInfo cacheJoinInfo) ModifierConstructorDescriptionCacheStatusResponse
(CacheJoinInfo cacheJoinInfo, CacheTopology cacheTopology, CacheTopology stableTopology, AvailabilityMode availabilityMode, List<Address> current)