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

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

Uses of JmxStatsCommandInterceptor in org.infinispan.interceptors
 

Subclasses of JmxStatsCommandInterceptor in org.infinispan.interceptors
 class ActivationInterceptor
           
 class CacheLoaderInterceptor
           
 class CacheMgmtInterceptor
          Captures cache management statistics
 class 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.
 class ClusteredActivationInterceptor
          The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the cache loader if needed on a remote node, in certain conditions.
 class ClusteredCacheLoaderInterceptor
          The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the cache loader if needed on a remote node, in certain conditions.
 class DistCacheStoreInterceptor
          Cache store interceptor specific for the distribution cache mode.
 class PassivationInterceptor
          Writes evicted entries back to the store on the way in through the CacheStore
 


-->

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