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.classclassclassPassivation writer ignores any create/modify operations and only does removals.classInterceptor 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 TypeClassDescriptionclassclassDeprecated, for removal: This API element is subject to removal in a future version.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