Uses of Class
org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
-
Packages that use BasePerCacheInboundInvocationHandler Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.inboundhandler.action -
-
Uses of BasePerCacheInboundInvocationHandler in org.infinispan.remoting.inboundhandler
Subclasses of BasePerCacheInboundInvocationHandler in org.infinispan.remoting.inboundhandler Modifier and Type Class Description classNonTotalOrderPerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-total order caches.classNonTotalOrderTxPerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-total order caches.classTotalOrderTxPerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for total order caches.classTrianglePerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-transactional and distributed caches that uses the triangle algorithm.Fields in org.infinispan.remoting.inboundhandler declared as BasePerCacheInboundInvocationHandler Modifier and Type Field Description protected BasePerCacheInboundInvocationHandlerBaseBlockingRunnable. handlerConstructors in org.infinispan.remoting.inboundhandler with parameters of type BasePerCacheInboundInvocationHandler Constructor Description BaseBlockingRunnable(BasePerCacheInboundInvocationHandler handler, org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, boolean sync)DefaultTopologyRunnable(BasePerCacheInboundInvocationHandler handler, org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, TopologyMode topologyMode, int commandTopologyId, boolean sync) -
Uses of BasePerCacheInboundInvocationHandler in org.infinispan.remoting.inboundhandler.action
Constructors in org.infinispan.remoting.inboundhandler.action with parameters of type BasePerCacheInboundInvocationHandler Constructor Description CheckTopologyAction(BasePerCacheInboundInvocationHandler handler)
-