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 PerCacheInboundInvocationHandler
ComponentRegistry. 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 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
Deprecated.since 10.0.class
TrianglePerCacheInboundInvocationHandler
APerCacheInboundInvocationHandler
implementation 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 PerCacheInboundInvocationHandler
AbstractDelegatingHandler. delegate
Constructors in org.infinispan.remoting.inboundhandler with parameters of type PerCacheInboundInvocationHandler Constructor Description AbstractDelegatingHandler(PerCacheInboundInvocationHandler delegate)
-