Groovy Documentation

org.linkedin.glu.commands.impl
[Groovy] Class AbstractCommandStreamStorage

java.lang.Object
  org.linkedin.glu.commands.impl.AbstractCommandStreamStorage
All Implemented Interfaces:
CommandStreamStorage

abstract class AbstractCommandStreamStorage

Authors:
yan@pongasoft.com


Field Summary
static java.lang.String MODULE

static Logger log

 
Property Summary
CommandExecution commandExecution

java.lang.Object ioStorage

 
Method Summary
FutureTaskExecution asyncCaptureIO(Submitter submitter, groovy.lang.Closure closure)

java.io.InputStream findStorageInput(java.lang.Object args)

java.io.InputStream findStorageInput(StreamType streamType)

java.lang.Object findStorageInputWithSize(StreamType streamType, java.lang.Object args)

java.lang.Object syncCaptureIO(groovy.lang.Closure closure)

java.lang.Object withOrWithoutStorageInput(StreamType streamType, groovy.lang.Closure c)

java.lang.Object withOrWithoutStorageInput(java.lang.Object args, groovy.lang.Closure closure)

java.lang.Object withOrWithoutStorageInputWithSize(StreamType streamType, java.lang.Object args, groovy.lang.Closure closure)

java.lang.Object withOrWithoutStorageOutput(StreamType streamType, groovy.lang.Closure c)

java.lang.Object withStorageInputWithSize(StreamType streamType, java.lang.Object args, groovy.lang.Closure closure)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

MODULE

public static final java.lang.String MODULE


log

public static final Logger log


 
Property Detail

commandExecution

CommandExecution commandExecution


ioStorage

java.lang.Object ioStorage


 
Method Detail

asyncCaptureIO

@Override
FutureTaskExecution asyncCaptureIO(Submitter submitter, groovy.lang.Closure closure)


findStorageInput

@Override
java.io.InputStream findStorageInput(java.lang.Object args)


findStorageInput

@Override
java.io.InputStream findStorageInput(StreamType streamType)


findStorageInputWithSize

@Override
java.lang.Object findStorageInputWithSize(StreamType streamType, java.lang.Object args)


syncCaptureIO

@Override
java.lang.Object syncCaptureIO(groovy.lang.Closure closure)


withOrWithoutStorageInput

@Override
java.lang.Object withOrWithoutStorageInput(StreamType streamType, groovy.lang.Closure c)


withOrWithoutStorageInput

@Override
java.lang.Object withOrWithoutStorageInput(java.lang.Object args, groovy.lang.Closure closure)


withOrWithoutStorageInputWithSize

@Override
java.lang.Object withOrWithoutStorageInputWithSize(StreamType streamType, java.lang.Object args, groovy.lang.Closure closure)


withOrWithoutStorageOutput

@Override
java.lang.Object withOrWithoutStorageOutput(StreamType streamType, groovy.lang.Closure c)


withStorageInputWithSize

@Override
java.lang.Object withStorageInputWithSize(StreamType streamType, java.lang.Object args, groovy.lang.Closure closure)


 

Groovy Documentation