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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BiasedCollector |
Modifier and Type | Class and Description |
---|---|
class |
PrimaryOwnerOnlyCollector<T>
A
Collector implementation that only waits for the primary owner. |
Modifier and Type | Method and 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 for
PutMapCommand . |
Copyright © 2021 JBoss by Red Hat. All rights reserved.