Uses of Class
org.infinispan.topology.CacheJoinInfo
-
Packages that use CacheJoinInfo Package Description org.infinispan.topology org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
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)CacheStatusResponseClusterTopologyManager. handleJoin(String cacheName, Address joiner, CacheJoinInfo joinInfo, int viewId)Signals that a new member is joining the cache.CacheStatusResponseClusterTopologyManagerImpl. handleJoin(String cacheName, Address joiner, CacheJoinInfo joinInfo, int joinerViewId)CacheTopologyLocalTopologyManager. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, org.infinispan.partitionhandling.impl.PartitionHandlingManager phm)Forwards the join request to the coordinator.CacheTopologyLocalTopologyManagerImpl. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, org.infinispan.partitionhandling.impl.PartitionHandlingManager phm)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)CacheTopologyControlCommand(String cacheName, CacheTopologyControlCommand.Type type, Address sender, CacheJoinInfo joinInfo, int viewId) -
Uses of CacheJoinInfo in org.infinispan.util
Methods in org.infinispan.util with parameters of type CacheJoinInfo Modifier and Type Method Description CacheTopologyAbstractControlledLocalTopologyManager. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, org.infinispan.partitionhandling.impl.PartitionHandlingManager phm)
-