Class AbstractTopologyAffectedCommand
java.lang.Object
org.infinispan.commands.AbstractFlagAffectedCommand
org.infinispan.commands.AbstractTopologyAffectedCommand
- All Implemented Interfaces:
FlagAffectedCommand, ReplicableCommand, TopologyAffectedCommand, TracedCommand, VisitableCommand
public abstract class AbstractTopologyAffectedCommand
extends AbstractFlagAffectedCommand
implements TopologyAffectedCommand
Base class for commands that carry topology id.
- Since:
- 5.1
- Author:
- Galder Zamarreño
-
Nested Class Summary
Nested classes/interfaces inherited from interface VisitableCommand
VisitableCommand.LoadType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractFlagAffectedCommand
getFlagsBitSet, hasSameFlags, printFlags, setFlagsBitSetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FlagAffectedCommand
addFlags, getFlags, hasAllFlags, hasAnyFlagMethods inherited from interface ReplicableCommand
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, logThrowable, readFrom, setOrigin, writeToMethods inherited from interface TracedCommand
getOperationName, getSpanAttributes, setSpanAttributesMethods inherited from interface VisitableCommand
acceptVisitor, init, loadType
-
Constructor Details
-
AbstractTopologyAffectedCommand
public AbstractTopologyAffectedCommand()
-
-
Method Details
-
getTopologyId
public int getTopologyId()- Specified by:
getTopologyIdin interfaceTopologyAffectedCommand
-
setTopologyId
public void setTopologyId(int topologyId) - Specified by:
setTopologyIdin interfaceTopologyAffectedCommand
-