Uses of Class
org.infinispan.interceptors.impl.JmxStatsCommandInterceptor
Packages that use JmxStatsCommandInterceptor
-
Uses of JmxStatsCommandInterceptor in org.infinispan.interceptors.impl
Subclasses of JmxStatsCommandInterceptor in org.infinispan.interceptors.implModifier and TypeClassDescriptionclassfinal classCaptures cache management statistics.classWrites 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.classThe 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.classCache store interceptor specific for the distribution and replication cache modes.classclassclassSimilar toDistCacheWriterInterceptorbut as commands are not forwarded from primary owner so we just write to the store all the time (with non-shared interceptors).