Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Package
org.infinispan.interceptors

Packages that use org.infinispan.interceptors
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.distexec   
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.distribution   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.stats Cache statistics. 
org.infinispan.transaction JTA transaction support. 
 

Classes in org.infinispan.interceptors used by org.infinispan
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.infinispan.interceptors used by org.infinispan.commands
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.infinispan.interceptors used by org.infinispan.commands.remote
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.infinispan.interceptors used by org.infinispan.commands.tx
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.infinispan.interceptors used by org.infinispan.distexec
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.infinispan.interceptors used by org.infinispan.factories
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.infinispan.interceptors used by org.infinispan.interceptors
ActivationInterceptor
           
CacheLoaderInterceptor
           
CacheStoreInterceptor
          Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either after each method call (no TXs), or at TX commit.
ClusteringInterceptor
          Base class for replication and distribution interceptors.
EntryWrappingInterceptor
          Interceptor in charge with wrapping entries and add them in caller's context.
ReplicationInterceptor
          Takes care of replicating modifications to other caches in a cluster.
 

Classes in org.infinispan.interceptors used by org.infinispan.interceptors.distribution
ClusteringInterceptor
          Base class for replication and distribution interceptors.
 

Classes in org.infinispan.interceptors used by org.infinispan.statetransfer
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.infinispan.interceptors used by org.infinispan.stats
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.infinispan.interceptors used by org.infinispan.transaction
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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