| Package | Description |
|---|---|
| org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.interceptors.xsite |
Interceptors dealing with cross-site replication.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClusteringDependentLogic |
L1NonTxInterceptor.cdl |
| Constructor and Description |
|---|
L1WriteSynchronizer(InternalDataContainer dc,
long l1Lifespan,
StateTransferLock stateTransferLock,
ClusteringDependentLogic cdl) |
| Modifier and Type | Field and Description |
|---|---|
protected ClusteringDependentLogic |
EntryWrappingInterceptor.cdl |
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusteringDependentLogic.AbstractClusteringDependentLogic |
static class |
ClusteringDependentLogic.DistributionLogic
This logic is used in distributed mode caches.
|
static class |
ClusteringDependentLogic.InvalidationLogic
This logic is used in invalidation mode caches.
|
static class |
ClusteringDependentLogic.LocalLogic
This logic is used in local mode caches.
|
static class |
ClusteringDependentLogic.ReplicationLogic
This logic is used in replicated mode caches.
|
static class |
ClusteringDependentLogic.ScatteredLogic |
class |
OrderedClusteringDependentLogic
ClusteringDependentLogic that orders write operations using the
DataOperationOrderer component. |
| Modifier and Type | Field and Description |
|---|---|
protected ClusteringDependentLogic |
AbstractLockingInterceptor.cdl |
| Constructor and Description |
|---|
OrderedClusteringDependentLogic(ClusteringDependentLogic cdl,
boolean passivation) |
| Modifier and Type | Field and Description |
|---|---|
protected ClusteringDependentLogic |
BaseBackupInterceptor.clusteringDependentLogic |
Copyright © 2022 JBoss by Red Hat. All rights reserved.