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.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
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.inboundhandler
Subinterfaces of JmxStatisticsExposer in org.infinispan.remoting.inboundhandler Modifier and Type Interface Description interface
PerCacheInboundInvocationHandler
Interface to invoke when aCacheRpcCommand
is received from other node in the local site.Classes in org.infinispan.remoting.inboundhandler that implement JmxStatisticsExposer Modifier and Type Class Description class
AbstractDelegatingHandler
Class to be extended to allow some control over thePerCacheInboundInvocationHandler
in tests.class
BasePerCacheInboundInvocationHandler
Implementation with the default handling methods and utilities methods.class
NonTotalOrderPerCacheInboundInvocationHandler
APerCacheInboundInvocationHandler
implementation for non-total order caches.class
NonTotalOrderTxPerCacheInboundInvocationHandler
APerCacheInboundInvocationHandler
implementation for non-total order caches.class
TotalOrderTxPerCacheInboundInvocationHandler
APerCacheInboundInvocationHandler
implementation for total order caches.class
TrianglePerCacheInboundInvocationHandler
APerCacheInboundInvocationHandler
implementation for non-transactional and distributed caches that uses the triangle algorithm. -
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
-