Class ActionState
- java.lang.Object
-
- org.infinispan.remoting.inboundhandler.action.ActionState
-
-
Constructor Summary
Constructors Constructor Description ActionState(ReplicableCommand command, int commandTopologyId, long timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ReplicableCommand>
TgetCommand()intgetCommandTopologyId()List<Object>getFilteredKeys()longgetTimeout()voidupdateFilteredKeys(List<Object> newFilteredKeys)voidupdateTimeout(long newTimeout)
-
-
-
Constructor Detail
-
ActionState
public ActionState(ReplicableCommand command, int commandTopologyId, long timeout)
-
-
Method Detail
-
getCommand
public final <T extends ReplicableCommand> T getCommand()
-
getCommandTopologyId
public final int getCommandTopologyId()
-
getTimeout
public final long getTimeout()
-
updateTimeout
public final void updateTimeout(long newTimeout)
-
-