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