Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.jmx.JmxStatisticsExposer

Packages that use JmxStatisticsExposer
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
 

Uses of JmxStatisticsExposer in org.infinispan.interceptors
 

Classes in org.infinispan.interceptors that implement JmxStatisticsExposer
 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
 

Uses of JmxStatisticsExposer in org.infinispan.interceptors.base
 

Classes in org.infinispan.interceptors.base that implement JmxStatisticsExposer
 class JmxStatsCommandInterceptor
          Base class for all the interceptors exposing management statistics.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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