Package | Description |
---|---|
org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDistributionInterceptor
Base class for distribution of entries across a cluster.
|
class |
BiasedScatteredDistributionInterceptor |
class |
NonTxDistributionInterceptor
Non-transactional interceptor used by distributed caches that support concurrent writes.
|
class |
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.
|
class |
TriangleDistributionInterceptor
Non-transactional interceptor used by distributed caches that supports concurrent writes.
|
class |
TxDistributionInterceptor
Handles the distribution of the transactional caches.
|
class |
VersionedDistributionInterceptor
A version of the
TxDistributionInterceptor that adds logic to handling prepares when entries are
versioned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.