Uses of Interface
org.infinispan.remoting.inboundhandler.PerCacheInboundInvocationHandler
-
Packages that use PerCacheInboundInvocationHandler Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes. -
-
Uses of PerCacheInboundInvocationHandler in org.infinispan.factories
Methods in org.infinispan.factories that return PerCacheInboundInvocationHandler Modifier and Type Method Description PerCacheInboundInvocationHandlerComponentRegistry. getPerCacheInboundInvocationHandler()Caching shortcut for #getComponent(PerCacheInboundInvocationHandler.class); -
Uses of PerCacheInboundInvocationHandler in org.infinispan.remoting.inboundhandler
Classes in org.infinispan.remoting.inboundhandler that implement PerCacheInboundInvocationHandler 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.Fields in org.infinispan.remoting.inboundhandler declared as PerCacheInboundInvocationHandler Modifier and Type Field Description protected PerCacheInboundInvocationHandlerAbstractDelegatingHandler. delegateConstructors in org.infinispan.remoting.inboundhandler with parameters of type PerCacheInboundInvocationHandler Constructor Description AbstractDelegatingHandler(PerCacheInboundInvocationHandler delegate)
-