Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.interceptors.ClusteringInterceptor

Packages that use ClusteringInterceptor
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.distribution   
 

Uses of ClusteringInterceptor in org.infinispan.interceptors
 

Subclasses of ClusteringInterceptor in org.infinispan.interceptors
 class ReplicationInterceptor
          Takes care of replicating modifications to other caches in a cluster.
 class VersionedReplicationInterceptor
          A form of the ReplicationInterceptor that adds additional logic to how prepares are handled.
 

Uses of ClusteringInterceptor in org.infinispan.interceptors.distribution
 

Subclasses of ClusteringInterceptor in org.infinispan.interceptors.distribution
 class BaseDistributionInterceptor
          Base class for distribution of entries across a cluster.
 class NonTxConcurrentDistributionInterceptor
          Non-transactional interceptor to be used by caches that want to support concurrent writes.
 class NonTxDistributionInterceptor
          Handles the distribution of the non-transactional caches.
 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.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.