class |
BaseDistributionInterceptor |
Base class for distribution of entries across a cluster.
|
class |
BiasedScatteredDistributionInterceptor |
|
class |
L1LastChanceInterceptor |
L1 based interceptor that flushes the L1 cache at the end after a transaction/entry is committed to the data
container but before the lock has been released.
|
class |
L1NonTxInterceptor |
Interceptor that handles L1 logic for non-transactional caches.
|
class |
L1TxInterceptor |
Interceptor that handles L1 logic for transactional caches.
|
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 |
|