Package | Description |
---|---|
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.totalorder |
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.
|
L1NonTxInterceptor
Interceptor that handles L1 logic for non-transactional caches.
|
TxDistributionInterceptor
Handles the distribution of the transactional caches.
|
Class and Description |
---|
BaseDistributionInterceptor
Base class for distribution of entries across a cluster.
|
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 © 2016 JBoss, a division of Red Hat. All rights reserved.