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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, readFrom, setOrigin, writeToinvokeAsyncprotected 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 TopologyAffectedCommandpublic void setTopologyId(int topologyId)
setTopologyId in interface TopologyAffectedCommandCopyright © 2022 JBoss by Red Hat. All rights reserved.