Class | Description |
---|---|
BaseDistributionInterceptor |
Base class for distribution of entries across a cluster.
|
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.
|
L1NonTxInterceptor |
Interceptor that handles L1 logic for non-transactional caches.
|
L1TxInterceptor |
Interceptor that handles L1 logic for transactional caches.
|
L1WriteSynchronizer |
A write synchronizer that allows for a single thread to run the L1 update while others can block until it is
completed.
|
NonTxDistributionInterceptor |
Non-transactional interceptor used by distributed caches that support concurrent writes.
|
TxDistributionInterceptor |
Handles the distribution of the transactional caches.
|
VersionedDistributionInterceptor |
A version of the
TxDistributionInterceptor that adds logic to handling prepares when entries are versioned. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.