Class AbstractTopologyAffectedCommand

java.lang.Object
org.infinispan.commands.AbstractFlagAffectedCommand
org.infinispan.commands.AbstractTopologyAffectedCommand
All Implemented Interfaces:
FlagAffectedCommand, org.infinispan.commands.remote.CacheRpcCommand, ReplicableCommand, TopologyAffectedCommand, TracedCommand, VisitableCommand, VersionAware

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