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 interfacePassivationManagerA passivation managerClasses in org.infinispan.eviction that implement JmxStatisticsExposer Modifier and Type Class Description classAbstractPassivationManagerA passivation manager -
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.classNonTotalOrderPerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-total order caches.classNonTotalOrderTxPerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-total order caches.classTotalOrderTxPerCacheInboundInvocationHandlerDeprecated.since 10.0.classTrianglePerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation 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 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.
-