Uses of Interface
org.infinispan.jmx.JmxStatisticsExposer
-
Packages that use JmxStatisticsExposer Package Description org.infinispan.eviction.impl org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.org.infinispan.stats.impl -
-
Uses of JmxStatisticsExposer in org.infinispan.eviction.impl
Subinterfaces of JmxStatisticsExposer in org.infinispan.eviction.impl Modifier and Type Interface Description interfacePassivationManagerA passivation managerClasses in org.infinispan.eviction.impl that implement JmxStatisticsExposer Modifier and Type Class Description classAbstractPassivationManagerA passivation managerclassPassivationManagerImplclassPassivationManagerStub -
Uses of JmxStatisticsExposer in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement JmxStatisticsExposer 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.classInvalidationInterceptorThis interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.classJmxStatsCommandInterceptorBase class for all the interceptors exposing management statistics.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).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.inboundhandler
Subinterfaces of JmxStatisticsExposer in org.infinispan.remoting.inboundhandler Modifier and Type Interface Description interfacePerCacheInboundInvocationHandlerInterface to invoke when aCacheRpcCommandis received from other node in the local site.Classes in org.infinispan.remoting.inboundhandler that implement JmxStatisticsExposer Modifier and Type Class Description classAbstractDelegatingHandlerClass to be extended to allow some control over thePerCacheInboundInvocationHandlerin tests.classBasePerCacheInboundInvocationHandlerImplementation with the default handling methods and utilities methods.classNonTxPerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-total order caches.classTrianglePerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-transactional and distributed caches that uses the triangle algorithm.classTxPerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-total order caches. -
Uses of JmxStatisticsExposer in org.infinispan.remoting.rpc
Classes in org.infinispan.remoting.rpc that implement JmxStatisticsExposer Modifier and Type Class Description classRpcManagerImplThis 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 JmxStatisticsExposer Modifier and Type Class Description classAbstractClusterStatsclassCacheContainerStatsImplDeprecated.Since 10.1.3.classClusterCacheStatsImplclassClusterContainerStatsImplclassStatsCollector
-