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 class
CacheLoaderInterceptor<K,V>
class
CacheMgmtInterceptor
Captures cache management statisticsclass
CacheWriterInterceptor
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
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
DistCacheWriterInterceptor
Cache store interceptor specific for the distribution and replication cache modes.class
ScatteredCacheWriterInterceptor
Similar toDistCacheWriterInterceptor
but as commands are not forwarded from primary owner so we just write to the store all the time (with non-shared interceptors).
-