Class AbstractTopologyAffectedCommand

java.lang.Object
org.infinispan.commands.AbstractFlagAffectedCommand
org.infinispan.commands.AbstractTopologyAffectedCommand
All Implemented Interfaces:
FlagAffectedCommand, CacheRpcCommand, ReplicableCommand, TopologyAffectedCommand, TracedCommand, VisitableCommand, VersionAware
Direct Known Subclasses:
ClearCommand, GetAllCommand, InvalidateCommand, PutMapCommand, ReadOnlyManyCommand

public abstract class AbstractTopologyAffectedCommand extends AbstractFlagAffectedCommand implements TopologyAffectedCommand
Base class for commands that carry topology id.
Since:
5.1
Author:
Galder ZamarreƱo
  • Field Details

    • topologyId

      protected int topologyId
  • Constructor Details

    • AbstractTopologyAffectedCommand

      protected AbstractTopologyAffectedCommand(ByteString cacheName, long flags, int topologyId)
  • Method Details