| 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 | Method and Description |
|---|---|
protected <C extends WriteCommand> |
BiasedScatteredDistributionInterceptor.createMultiTargetCollector(C command,
int primaries) |
protected <C extends WriteCommand> |
ScatteredDistributionInterceptor.createMultiTargetCollector(C command,
int primaries) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletionStage<ValidResponse> |
BiasedScatteredDistributionInterceptor.manyWriteOnRemotePrimary(Address target,
WriteCommand command,
CommandAckCollector.MultiTargetCollector multiTargetCollector) |
protected CompletionStage<ValidResponse> |
ScatteredDistributionInterceptor.manyWriteOnRemotePrimary(Address target,
WriteCommand command,
CommandAckCollector.MultiTargetCollector multiTargetCollector) |
| Modifier and Type | Method and Description |
|---|---|
CommandAckCollector.MultiTargetCollector |
CommandAckCollector.createMultiTargetCollector(long id,
int primaries,
int topologyId) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.