Class TxPerCacheInboundInvocationHandler
java.lang.Object
org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
org.infinispan.remoting.inboundhandler.TxPerCacheInboundInvocationHandler
- All Implemented Interfaces:
PerCacheInboundInvocationHandler
A
PerCacheInboundInvocationHandler implementation for non-total order caches.- Since:
- 7.1
- Author:
- Pedro Ruivo
-
Field Summary
Fields inherited from class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
blockingExecutor, configuration, nonBlockingExecutor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(CacheRpcCommand command, Reply reply, DeliverOrder order) Handles theCacheRpcCommandfrom other node.Methods inherited from class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
checkForReadyTasks, getFirstTopologyAsMember, isCommandSentBeforeFirstTopology, isStopped, setFirstTopologyAsMember, start, stop
-
Constructor Details
-
TxPerCacheInboundInvocationHandler
public TxPerCacheInboundInvocationHandler()
-
-
Method Details
-
handle
Description copied from interface:PerCacheInboundInvocationHandlerHandles theCacheRpcCommandfrom other node.- Parameters:
command- theCacheRpcCommandto handle.reply- the return value is passed to this object in order to be sent back to the senderorder- theDeliverOrderin which the command was sent
-