public abstract class BaseClusteredReadCommand extends BaseRpcCommand implements TopologyAffectedCommand
Modifier and Type | Field and Description |
---|---|
protected int |
topologyId |
cacheName, origin
Modifier | Constructor and Description |
---|---|
protected |
BaseClusteredReadCommand(ByteString cacheName,
long flagBitSet) |
Modifier and Type | Method and Description |
---|---|
long |
getFlagsBitSet() |
int |
getTopologyId() |
boolean |
hasAnyFlag(long flagBitSet) |
protected String |
printFlags() |
void |
setFlagsBitSet(long bitSet) |
void |
setTopologyId(int topologyId) |
getCacheName, getOrigin, setOrigin, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, readFrom, setOrigin, writeTo
invokeAsync
protected BaseClusteredReadCommand(ByteString cacheName, long flagBitSet)
public long getFlagsBitSet()
public void setFlagsBitSet(long bitSet)
protected final String printFlags()
public boolean hasAnyFlag(long flagBitSet)
public int getTopologyId()
getTopologyId
in interface TopologyAffectedCommand
public void setTopologyId(int topologyId)
setTopologyId
in interface TopologyAffectedCommand
Copyright © 2021 JBoss by Red Hat. All rights reserved.