public class TxPerCacheInboundInvocationHandler extends BasePerCacheInboundInvocationHandler
PerCacheInboundInvocationHandler implementation for non-total order caches.blockingExecutor, configuration, MBEAN_COMPONENT_NAME, nonBlockingExecutor| Constructor and Description |
|---|
TxPerCacheInboundInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Log |
getLog() |
void |
handle(CacheRpcCommand command,
Reply reply,
DeliverOrder order)
Handles the
CacheRpcCommand from other node. |
protected boolean |
isTraceEnabled() |
void |
start() |
checkForReadyTasks, getFirstTopologyAsMember, getStatisticsEnabled, getXSiteRequestsReceived, isCommandSentBeforeFirstTopology, isStatisticsEnabled, isStopped, registerXSiteCommandReceiver, resetStatistics, setFirstTopologyAsMember, setStatisticsEnabled, stoppublic void start()
start in class BasePerCacheInboundInvocationHandlerpublic void handle(CacheRpcCommand command, Reply reply, DeliverOrder order)
PerCacheInboundInvocationHandlerCacheRpcCommand from other node.command - the CacheRpcCommand to handle.reply - the return value is passed to this object in order to be sent back to the senderorder - the DeliverOrder in which the command was sentprotected Log getLog()
getLog in class BasePerCacheInboundInvocationHandlerprotected boolean isTraceEnabled()
isTraceEnabled in class BasePerCacheInboundInvocationHandlerCopyright © 2022 JBoss by Red Hat. All rights reserved.