Class ActionState


  • public class ActionState
    extends Object
    The state used by an Action.

    It is shared among them.

    Since:
    8.0
    Author:
    Pedro Ruivo
    • Constructor Detail

      • ActionState

        public ActionState​(org.infinispan.commands.ReplicableCommand command,
                           int commandTopologyId,
                           long timeout)
    • Method Detail

      • getCommand

        public final <T extends org.infinispan.commands.ReplicableCommand> T getCommand()
      • getCommandTopologyId

        public final int getCommandTopologyId()
      • getTimeout

        public final long getTimeout()
      • updateTimeout

        public final void updateTimeout​(long newTimeout)
      • getFilteredKeys

        public final List<Object> getFilteredKeys()
      • updateFilteredKeys

        public final void updateFilteredKeys​(List<Object> newFilteredKeys)