Uses of Interface
org.infinispan.jmx.JmxStatisticsExposer
-
Packages that use JmxStatisticsExposer Package Description org.infinispan.eviction Classes related to eviction.org.infinispan.eviction.impl org.infinispan.interceptors.impl Basic interceptorsorg.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
Subinterfaces of JmxStatisticsExposer in org.infinispan.eviction Modifier and Type Interface Description interface
PassivationManager
A passivation manager -
Uses of JmxStatisticsExposer in org.infinispan.eviction.impl
Classes in org.infinispan.eviction.impl that implement JmxStatisticsExposer Modifier and Type Class Description class
PassivationManagerImpl
class
PassivationManagerStub
-
Uses of JmxStatisticsExposer in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement JmxStatisticsExposer 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
InvalidationInterceptor
This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.class
JmxStatsCommandInterceptor
Base class for all the interceptors exposing management statistics.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).class
TxInterceptor<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 JmxStatisticsExposer Modifier and Type Class Description class
RpcManagerImpl
This component really is just a wrapper around aTransport
implementation, 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 class
AbstractClusterStats
class
CacheContainerStatsImpl
Cache container statistics needed for admin consoleclass
ClusterCacheStatsImpl
class
ClusterContainerStatsImpl
class
StatsCollector
-