Uses of Class
org.infinispan.interceptors.impl.JmxStatsCommandInterceptor
-
Packages that use JmxStatsCommandInterceptor Package Description org.infinispan.interceptors.impl Basic interceptors -
-
Uses of JmxStatsCommandInterceptor in org.infinispan.interceptors.impl
Subclasses of JmxStatsCommandInterceptor in org.infinispan.interceptors.impl Modifier and Type Class Description classCacheLoaderInterceptor<K,V>classCacheMgmtInterceptorCaptures cache management statistics.classCacheWriterInterceptorWrites 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.classClusteredCacheLoaderInterceptor<K,V>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.classDistCacheWriterInterceptorCache store interceptor specific for the distribution and replication cache modes.classPassivationCacheLoaderInterceptor<K,V>classPassivationClusteredCacheLoaderInterceptor<K,V>classScatteredCacheWriterInterceptorSimilar toDistCacheWriterInterceptorbut as commands are not forwarded from primary owner so we just write to the store all the time (with non-shared interceptors).
-