Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.interceptors.base.BaseRpcInterceptor

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

Uses of BaseRpcInterceptor in org.infinispan.interceptors
 

Subclasses of BaseRpcInterceptor in org.infinispan.interceptors
 class ClusteringInterceptor
          Base class for replication and distribution interceptors.
 class InvalidationInterceptor
          This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.
 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 BaseRpcInterceptor in org.infinispan.interceptors.distribution
 

Subclasses of BaseRpcInterceptor in org.infinispan.interceptors.distribution
 class BaseDistributionInterceptor
          Base class for distribution of entries across a cluster.
 class L1NonTxInterceptor
          Interceptor that handles L1 logic for non-transactional caches.
 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.