Uses of Class
org.infinispan.topology.CacheStatusResponse
-
Packages that use CacheStatusResponse Package Description org.infinispan.partitionhandling.impl org.infinispan.topology -
-
Uses of CacheStatusResponse in org.infinispan.partitionhandling.impl
Method parameters in org.infinispan.partitionhandling.impl with type arguments of type CacheStatusResponse Modifier and Type Method Description CacheTopologyPreferAvailabilityStrategy. computePreferredTopology(Map<Address,CacheStatusResponse> statusResponseMap)Ignore the AvailabilityStrategyContext and only compute the preferred topology for testing.voidAvailabilityStrategy. onPartitionMerge(AvailabilityStrategyContext context, Map<Address,CacheStatusResponse> statusResponseMap)Called when two or more partitions merge, to compute the stable and current cache topologies for the merged cluster.voidPreferAvailabilityStrategy. onPartitionMerge(AvailabilityStrategyContext context, Map<Address,CacheStatusResponse> statusResponseMap)voidPreferConsistencyStrategy. onPartitionMerge(AvailabilityStrategyContext context, Map<Address,CacheStatusResponse> statusResponseMap) -
Uses of CacheStatusResponse in org.infinispan.topology
Methods in org.infinispan.topology that return CacheStatusResponse Modifier and Type Method Description CacheStatusResponseClusterCacheStatus. doJoin(Address joiner, CacheJoinInfo joinInfo)CacheStatusResponseCacheStatusResponse.Externalizer. readObject(ObjectInput unmarshaller)Methods in org.infinispan.topology that return types with arguments of type CacheStatusResponse Modifier and Type Method Description Map<String,CacheStatusResponse>ManagerStatusResponse. getCaches()Set<Class<? extends CacheStatusResponse>>CacheStatusResponse.Externalizer. getTypeClasses()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<CacheStatusResponse>LocalTopologyManagerImpl. sendJoinRequest(String cacheName, CacheJoinInfo joinInfo, long timeout, long endTime)Methods in org.infinispan.topology with parameters of type CacheStatusResponse Modifier and Type Method Description CompletionStage<CacheTopology>LocalTopologyManagerImpl. handleJoinResponse(String cacheName, org.infinispan.topology.LocalCacheStatus cacheStatus, CacheStatusResponse initialStatus)voidCacheStatusResponse.Externalizer. writeObject(ObjectOutput output, CacheStatusResponse cacheStatusResponse)Method parameters in org.infinispan.topology with type arguments of type CacheStatusResponse Modifier and Type Method Description voidClusterCacheStatus. doMergePartitions(Map<Address,CacheStatusResponse> statusResponses)Constructor parameters in org.infinispan.topology with type arguments of type CacheStatusResponse Constructor Description ManagerStatusResponse(Map<String,CacheStatusResponse> caches, boolean rebalancingEnabled)
-