|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.commands.impl.AbstractCommandExecutionIOStorage
org.linkedin.glu.commands.impl.MemoryCommandExecutionIOStorage
class MemoryCommandExecutionIOStorage extends AbstractCommandExecutionIOStorage
This implementation is obviously very ephemeral and should be used carefully
Field Summary | |
---|---|
static java.lang.String |
MODULE
|
static Logger |
log
|
Fields inherited from class AbstractCommandExecutionIOStorage | |
---|---|
MODULE, log |
Property Summary | |
---|---|
java.util.Map |
completedCommands
Completed commands: keeps a maximum number of elements. |
java.util.Map |
executingCommands
The commands that are currently executing |
Method Summary | |
---|---|
java.lang.Object
|
captureIO(CommandExecution commandExecution, groovy.lang.Closure closure)
|
CommandExecution
|
findCommandExecution(java.lang.String commandId)
|
int
|
getMaxNumberOfElements()
|
protected AbstractCommandStreamStorage
|
saveCommandExecution(CommandExecution commandExecution, java.lang.Object stdin)
|
void
|
setMaxNumberOfElements(int maxNumberOfElements)
|
Field Detail |
---|
public static final java.lang.String MODULE
public static final Logger log
Property Detail |
---|
java.util.Map completedCommands
java.util.Map executingCommands
Method Detail |
---|
java.lang.Object captureIO(CommandExecution commandExecution, groovy.lang.Closure closure)
@Override CommandExecution findCommandExecution(java.lang.String commandId)
int getMaxNumberOfElements()
@Override protected AbstractCommandStreamStorage saveCommandExecution(CommandExecution commandExecution, java.lang.Object stdin)
@Initializer void setMaxNumberOfElements(int maxNumberOfElements)
Groovy Documentation