Uses of Class
org.infinispan.topology.CacheStatusResponse
-
Uses of CacheStatusResponse in org.infinispan.partitionhandling.impl
Modifier and TypeMethodDescriptionPreferAvailabilityStrategy.computePreferredTopology
(Map<Address, CacheStatusResponse> statusResponseMap) Ignore the AvailabilityStrategyContext and only compute the preferred topology for testing.void
AvailabilityStrategy.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.void
PreferAvailabilityStrategy.onPartitionMerge
(AvailabilityStrategyContext context, Map<Address, CacheStatusResponse> statusResponseMap) void
PreferConsistencyStrategy.onPartitionMerge
(AvailabilityStrategyContext context, Map<Address, CacheStatusResponse> statusResponseMap) -
Uses of CacheStatusResponse in org.infinispan.topology
Modifier and TypeMethodDescriptionClusterCacheStatus.doJoin
(Address joiner, CacheJoinInfo joinInfo) static CacheStatusResponse
CacheStatusResponse.empty()
CacheStatusResponse.Externalizer.readObject
(ObjectInput unmarshaller) Modifier and TypeMethodDescriptionManagerStatusResponse.getCaches()
Set<Class<? extends CacheStatusResponse>>
CacheStatusResponse.Externalizer.getTypeClasses()
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) Modifier and TypeMethodDescriptionvoid
CacheStatusResponse.Externalizer.writeObject
(ObjectOutput output, CacheStatusResponse cacheStatusResponse) Modifier and TypeMethodDescriptionvoid
ClusterCacheStatus.doMergePartitions
(Map<Address, CacheStatusResponse> statusResponses) ModifierConstructorDescriptionManagerStatusResponse
(Map<String, CacheStatusResponse> caches, boolean rebalancingEnabled)