public class DefaultTopologyRunnable extends BaseBlockingRunnable
Runnable for the remote commands receives.
It checks the command topology and ensures that the topology higher or equal is installed in this node.| Modifier and Type | Field and Description |
|---|---|
protected int |
commandTopologyId |
| Constructor and Description |
|---|
DefaultTopologyRunnable(BasePerCacheInboundInvocationHandler handler,
CacheRpcCommand command,
Reply reply,
TopologyMode topologyMode,
int commandTopologyId,
boolean sync) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<Response> |
beforeInvoke() |
boolean |
isReady() |
String |
toString() |
afterInvoke, onException, onFinally, runpublic DefaultTopologyRunnable(BasePerCacheInboundInvocationHandler handler, CacheRpcCommand command, Reply reply, TopologyMode topologyMode, int commandTopologyId, boolean sync)
public boolean isReady()
protected CompletableFuture<Response> beforeInvoke()
beforeInvoke in class BaseBlockingRunnablepublic String toString()
toString in class BaseBlockingRunnableCopyright © 2022 JBoss by Red Hat. All rights reserved.