Package org.infinispan.commands
Class AbstractTopologyAffectedCommand
java.lang.Object
org.infinispan.commands.AbstractFlagAffectedCommand
org.infinispan.commands.AbstractTopologyAffectedCommand
- All Implemented Interfaces:
FlagAffectedCommand
,ReplicableCommand
,TopologyAffectedCommand
,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 org.infinispan.commands.VisitableCommand
VisitableCommand.LoadType
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.commands.AbstractFlagAffectedCommand
getFlagsBitSet, hasSameFlags, printFlags, setFlagsBitSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.commands.FlagAffectedCommand
addFlag, addFlags, addFlags, getFlags, hasAllFlags, hasAnyFlag, hasFlag, setFlags
Methods inherited from interface org.infinispan.commands.ReplicableCommand
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, logThrowable, readFrom, setOrigin, writeTo
Methods inherited from interface org.infinispan.commands.VisitableCommand
acceptVisitor, init, loadType
-
Constructor Details
-
AbstractTopologyAffectedCommand
public AbstractTopologyAffectedCommand()
-
-
Method Details
-
getTopologyId
public int getTopologyId()- Specified by:
getTopologyId
in interfaceTopologyAffectedCommand
-
setTopologyId
public void setTopologyId(int topologyId) - Specified by:
setTopologyId
in interfaceTopologyAffectedCommand
-