Constructor and Description |
---|
ActionState(ReplicableCommand command,
int commandTopologyId,
long timeout) |
Modifier and Type | Method and Description |
---|---|
<T extends ReplicableCommand> |
getCommand() |
int |
getCommandTopologyId() |
List<Object> |
getFilteredKeys() |
long |
getTimeout() |
void |
updateFilteredKeys(List<Object> newFilteredKeys) |
void |
updateTimeout(long newTimeout) |
public ActionState(ReplicableCommand command, int commandTopologyId, long timeout)
public final <T extends ReplicableCommand> T getCommand()
public final int getCommandTopologyId()
public final long getTimeout()
public final void updateTimeout(long newTimeout)
Copyright © 2021 JBoss by Red Hat. All rights reserved.