Class BaseClusteredReadCommand

java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.commands.remote.BaseClusteredReadCommand
All Implemented Interfaces:
CacheRpcCommand, ReplicableCommand, TopologyAffectedCommand
Direct Known Subclasses:
ClusteredGetAllCommand, ClusteredGetCommand

public abstract class BaseClusteredReadCommand extends BaseRpcCommand implements TopologyAffectedCommand
Author:
Radim Vansa <[email protected]>
  • Field Details

    • topologyId

      protected int topologyId
  • Constructor Details

    • BaseClusteredReadCommand

      protected BaseClusteredReadCommand(ByteString cacheName, long flagBitSet)
  • Method Details

    • getFlagsBitSet

      public long getFlagsBitSet()
    • setFlagsBitSet

      public void setFlagsBitSet(long bitSet)
    • printFlags

      protected final String printFlags()
    • hasAnyFlag

      public boolean hasAnyFlag(long flagBitSet)
    • getTopologyId

      public int getTopologyId()
      Specified by:
      getTopologyId in interface TopologyAffectedCommand
    • setTopologyId

      public void setTopologyId(int topologyId)
      Specified by:
      setTopologyId in interface TopologyAffectedCommand