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