Uses of Class
org.infinispan.util.concurrent.CommandAckCollector
Packages that use CommandAckCollector
Package
Description
Commands that alter the state of the cache.
Factories are internal components used to create other components based on a cache's
configuration.
Interceptors dealing with command replication in distributed/replicated mode.
Transfer of state to new caches in a cluster.
-
Uses of CommandAckCollector in org.infinispan.commands.write
Methods in org.infinispan.commands.write with parameters of type CommandAckCollectorModifier and TypeMethodDescriptionvoidBackupAckCommand.ack(CommandAckCollector ackCollector) voidBackupMultiKeyAckCommand.ack(CommandAckCollector ackCollector) voidExceptionAckCommand.ack(CommandAckCollector ackCollector) -
Uses of CommandAckCollector in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type CommandAckCollector -
Uses of CommandAckCollector in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type CommandAckCollectorModifier and TypeMethodDescriptionvoidBiasedScatteredDistributionInterceptor.inject(CommandAckCollector collector, BiasManager biasManager) -
Uses of CommandAckCollector in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as CommandAckCollectorModifier and TypeFieldDescriptionprotected CommandAckCollectorStateConsumerImpl.commandAckCollector