| Package | Description |
|---|---|
| org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
| org.infinispan.distribution.impl | |
| 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.
|
| Class and Description |
|---|
| L1WriteSynchronizer
A write synchronizer that allows for a single thread to run the L1 update while others can block until it is
completed.
|
| Class and Description |
|---|
| L1WriteSynchronizer
A write synchronizer that allows for a single thread to run the L1 update while others can block until it is
completed.
|
| Class and Description |
|---|
| BaseDistributionInterceptor
Base class for distribution of entries across a cluster.
|
| BaseDistributionInterceptor.ReadManyCommandHelper |
| Collector
Represents the ack collector for a write operation in triangle algorithm.
|
| DistributionBulkInterceptor.BackingEntrySet |
| L1NonTxInterceptor
Interceptor that handles L1 logic for non-transactional caches.
|
| ScatteredDistributionInterceptor
This interceptor mixes several functions:
A) replicates changes to other nodes
B) commits the entry
C) schedules invalidation
On primary owner, the commit is executed before the change is replicated to other node.
|
| TxDistributionInterceptor
Handles the distribution of the transactional caches.
|
| VersionedResult |
| VersionedResults |
| Class and Description |
|---|
| BiasedCollector |
| Collector
Represents the ack collector for a write operation in triangle algorithm.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.