Uses of Class
org.infinispan.util.concurrent.CommandAckCollector
-
Packages that use CommandAckCollector Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of CommandAckCollector in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type CommandAckCollector Modifier and Type Method Description org.infinispan.factories.impl.ComponentRef<CommandAckCollector>ComponentRegistry. getCommandAckCollector() -
Uses of CommandAckCollector in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type CommandAckCollector Modifier and Type Method Description voidBiasedScatteredDistributionInterceptor. inject(CommandAckCollector collector, BiasManager biasManager) -
Uses of CommandAckCollector in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as CommandAckCollector Modifier and Type Field Description protected CommandAckCollectorStateConsumerImpl. commandAckCollector
-