Uses of Class
org.infinispan.topology.CacheStatusResponse
Packages that use CacheStatusResponse
-
Uses of CacheStatusResponse in org.infinispan.partitionhandling.impl
Method parameters in org.infinispan.partitionhandling.impl with type arguments of type CacheStatusResponseModifier and TypeMethodDescriptionPreferAvailabilityStrategy.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
Classes in org.infinispan.topology that implement interfaces with type arguments of type CacheStatusResponseModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.topology that return CacheStatusResponseModifier and TypeMethodDescriptionClusterCacheStatus.doJoin(Address joiner, CacheJoinInfo joinInfo) static CacheStatusResponseCacheStatusResponse.empty()CacheStatusResponse$___Marshaller_db23e55b2dc086b0de2a1c2500f911a3dd98683afea80f198fc2439a1c62d9a6.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.topology that return types with arguments of type CacheStatusResponseModifier and TypeMethodDescriptionManagerStatusResponse.caches()Returns the value of thecachesrecord component.CacheStatusResponse$___Marshaller_db23e55b2dc086b0de2a1c2500f911a3dd98683afea80f198fc2439a1c62d9a6.getJavaClass()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) Methods in org.infinispan.topology with parameters of type CacheStatusResponseModifier and TypeMethodDescriptionvoidCacheStatusResponse$___Marshaller_db23e55b2dc086b0de2a1c2500f911a3dd98683afea80f198fc2439a1c62d9a6.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, CacheStatusResponse $2) Method parameters in org.infinispan.topology with type arguments of type CacheStatusResponseModifier and TypeMethodDescriptionvoidClusterCacheStatus.doMergePartitions(Map<Address, CacheStatusResponse> statusResponses) Constructor parameters in org.infinispan.topology with type arguments of type CacheStatusResponseModifierConstructorDescriptionManagerStatusResponse(Map<String, CacheStatusResponse> caches, boolean rebalancingEnabled) Creates an instance of aManagerStatusResponserecord class.