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()
int
getCommandTopologyId()
List<Object>
getFilteredKeys()
long
getTimeout()
void
updateFilteredKeys(List<Object> newFilteredKeys)
void
updateTimeout(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)
-
-