Uses of Interface
org.infinispan.jmx.JmxStatisticsExposer
Packages that use JmxStatisticsExposer
Package
Description
Basic interceptors
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
-
Uses of JmxStatisticsExposer in org.infinispan.eviction.impl
Subinterfaces of JmxStatisticsExposer in org.infinispan.eviction.implClasses in org.infinispan.eviction.impl that implement JmxStatisticsExposerModifier and TypeClassDescriptionclassA passivation managerclassclass -
Uses of JmxStatisticsExposer in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement JmxStatisticsExposerModifier 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.classThis interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.classBase class for all the interceptors exposing management statistics.classclassclassSimilar toDistCacheWriterInterceptorbut as commands are not forwarded from primary owner so we just write to the store all the time (with non-shared interceptors).classTxInterceptor<K,V> Interceptor in charge with handling transaction related operations, e.g enlisting cache as an transaction participant, propagating remotely initiated changes. -
Uses of JmxStatisticsExposer in org.infinispan.remoting.rpc
Classes in org.infinispan.remoting.rpc that implement JmxStatisticsExposerModifier and TypeClassDescriptionclassThis component really is just a wrapper around aTransportimplementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations. -
Uses of JmxStatisticsExposer in org.infinispan.stats.impl
Classes in org.infinispan.stats.impl that implement JmxStatisticsExposerModifier and TypeClassDescriptionclassclassAn abstract class to expose statistics of the local JVM.classDeprecated.Since 10.1.3.classclassclassProvide statistics of the local JVM instance.final class -
Uses of JmxStatisticsExposer in org.infinispan.xsite.irac
Classes in org.infinispan.xsite.irac that implement JmxStatisticsExposer