Uses of Interface
org.infinispan.interceptors.distribution.Collector
Packages that use Collector
Package
Description
Interceptors dealing with command replication in distributed/replicated mode.
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.distributionClasses in org.infinispan.interceptors.distribution that implement CollectorModifier and TypeClassDescriptionclassACollectorimplementation that only waits for the primary owner. -
Uses of Collector in org.infinispan.util.concurrent
Methods in org.infinispan.util.concurrent that return CollectorModifier and TypeMethodDescription<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.