Uses of Interface
org.infinispan.jmx.JmxStatisticsExposer
-
Packages that use JmxStatisticsExposer Package Description org.infinispan.eviction Classes related to eviction.org.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. -
-
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.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.
-