| Interface | Description |
|---|---|
| ClusteringDependentLogic |
Abstractization for logic related to different clustering modes: replicated or distributed.
|
| Class | Description |
|---|---|
| AbstractLockingInterceptor |
Base class for various locking interceptors in this package.
|
| AbstractTxLockingInterceptor |
Base class for transaction based locking interceptors.
|
| ClusteringDependentLogic.AllNodesLogic |
This logic is used when a changing a key affects all the nodes in the cluster, e.g.
|
| ClusteringDependentLogic.DistributionLogic | |
| NonTransactionalLockingInterceptor |
Locking interceptor to be used for non-transactional caches.
|
| OptimisticLockingInterceptor |
Locking interceptor to be used by optimistic transactional caches.
|
| PessimisticLockingInterceptor |
Locking interceptor to be used by pessimistic caches.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.