Uses of Class
org.infinispan.topology.CacheJoinInfo
Packages that use CacheJoinInfo
-
Uses of CacheJoinInfo in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl that return CacheJoinInfo -
Uses of CacheJoinInfo in org.infinispan.topology
Methods in org.infinispan.topology that return CacheJoinInfoModifier and TypeMethodDescriptionCacheStatusResponse.getCacheJoinInfo()
ClusterCacheStatus.getJoinInfo()
CacheJoinInfo.Externalizer.readObject
(ObjectInput unmarshaller) Methods in org.infinispan.topology that return types with arguments of type CacheJoinInfoModifier and TypeMethodDescriptionSet
<Class<? extends CacheJoinInfo>> CacheJoinInfo.Externalizer.getTypeClasses()
Methods in org.infinispan.topology with parameters of type CacheJoinInfoModifier 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) Constructors in org.infinispan.topology with parameters of type CacheJoinInfoModifierConstructorDescriptionCacheStatusResponse
(CacheJoinInfo cacheJoinInfo, CacheTopology cacheTopology, CacheTopology stableTopology, AvailabilityMode availabilityMode, List<Address> current)