Uses of Interface
org.infinispan.interceptors.distribution.Collector
-
Packages that use Collector Package Description org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers. -
-
Uses of Collector in org.infinispan.interceptors.distribution
Subinterfaces of Collector in org.infinispan.interceptors.distribution Modifier and Type Interface Description interface
BiasedCollector
Classes in org.infinispan.interceptors.distribution that implement Collector Modifier and Type Class Description class
PrimaryOwnerOnlyCollector<T>
ACollector
implementation that only waits for the primary owner. -
Uses of Collector in org.infinispan.util.concurrent
Methods in org.infinispan.util.concurrent that return Collector Modifier and Type Method Description <T> Collector<T>
CommandAckCollector. create(long id, Collection<Address> backupOwners, int topologyId)
Creates a collector for a single key write operation.<T> Collector<T>
CommandAckCollector. createSegmentBasedCollector(long id, Map<Address,Collection<Integer>> backups, int topologyId)
Creates a collector forPutMapCommand
.
-