Uses of Class
org.infinispan.topology.CacheJoinInfo
-
Packages that use CacheJoinInfo Package Description org.infinispan.commands.topology org.infinispan.partitionhandling.impl org.infinispan.topology -
-
Uses of CacheJoinInfo in org.infinispan.commands.topology
Constructors in org.infinispan.commands.topology with parameters of type CacheJoinInfo Constructor Description CacheJoinCommand(String cacheName, Address origin, CacheJoinInfo joinInfo, int viewId) -
Uses of CacheJoinInfo in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl that return CacheJoinInfo Modifier and Type Method Description CacheJoinInfoAvailabilityStrategyContext. getJoinInfo() -
Uses of CacheJoinInfo in org.infinispan.topology
Methods in org.infinispan.topology that return CacheJoinInfo Modifier and Type Method Description CacheJoinInfoCacheStatusResponse. getCacheJoinInfo()CacheJoinInfoClusterCacheStatus. getJoinInfo()CacheJoinInfoCacheJoinInfo.Externalizer. readObject(ObjectInput unmarshaller)Methods in org.infinispan.topology that return types with arguments of type CacheJoinInfo Modifier and Type Method Description Set<Class<? extends CacheJoinInfo>>CacheJoinInfo.Externalizer. getTypeClasses()Methods in org.infinispan.topology with parameters of type CacheJoinInfo Modifier and Type Method Description CacheStatusResponseClusterCacheStatus. doJoin(Address joiner, CacheJoinInfo joinInfo)CompletionStage<CacheStatusResponse>ClusterTopologyManager. handleJoin(String cacheName, Address joiner, CacheJoinInfo joinInfo, int viewId)Signals that a new member is joining the cache.CompletionStage<CacheStatusResponse>ClusterTopologyManagerImpl. handleJoin(String cacheName, Address joiner, CacheJoinInfo joinInfo, int joinerViewId)CompletionStage<CacheTopology>LocalTopologyManager. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, PartitionHandlingManager phm)Forwards the join request to the coordinator.CompletionStage<CacheTopology>LocalTopologyManagerImpl. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, PartitionHandlingManager phm)CompletionStage<CacheStatusResponse>LocalTopologyManagerImpl. sendJoinRequest(String cacheName, CacheJoinInfo joinInfo, long timeout, long endTime)voidCacheJoinInfo.Externalizer. writeObject(ObjectOutput output, CacheJoinInfo cacheJoinInfo)Constructors in org.infinispan.topology with parameters of type CacheJoinInfo Constructor Description CacheStatusResponse(CacheJoinInfo cacheJoinInfo, CacheTopology cacheTopology, CacheTopology stableTopology, AvailabilityMode availabilityMode)
-