public interface PerCacheInboundInvocationHandler extends JmxStatisticsExposer
CacheRpcCommand is received from other node in the
local site.| Modifier and Type | Method and Description |
|---|---|
void |
checkForReadyTasks()
Checks if any pending tasks are now ready to be ran and will run in them in a separate thread.
|
int |
getFirstTopologyAsMember() |
void |
handle(CacheRpcCommand command,
Reply reply,
DeliverOrder order)
Handles the
CacheRpcCommand from other node. |
void |
registerXSiteCommandReceiver() |
void |
setFirstTopologyAsMember(int firstTopologyAsMember) |
getStatisticsEnabled, resetStatistics, setStatisticsEnabledvoid handle(CacheRpcCommand command, Reply reply, DeliverOrder order)
CacheRpcCommand 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 sentvoid setFirstTopologyAsMember(int firstTopologyAsMember)
firstTopologyAsMember - The first topology in which the local node was a member.
Any command with a lower topology id will be ignored.int getFirstTopologyAsMember()
void registerXSiteCommandReceiver()
void checkForReadyTasks()
Copyright © 2022 JBoss by Red Hat. All rights reserved.