Package | Description |
---|---|
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.totalorder |
Modifier and Type | Class and Description |
---|---|
class |
NonTxDistributionInterceptor
Non-transactional interceptor used by distributed caches that support 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. |
Modifier and Type | Class and Description |
---|---|
class |
TotalOrderDistributionInterceptor
This interceptor handles distribution of entries across a cluster, as well as transparent lookup, when the total
order based protocol is enabled
|
class |
TotalOrderVersionedDistributionInterceptor
This interceptor is used in total order in distributed mode when the write skew check is enabled.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.