Groovy Documentation

org.linkedin.glu.orchestration.engine.commands
[Groovy] Class CommandExecutionStream

java.lang.Object
  org.linkedin.glu.orchestration.engine.commands.CommandExecutionStream

class CommandExecutionStream

Helper class to manage stream capture

Authors:
yan@pongasoft.com


Property Summary
boolean captureStream

MemorySize commandExecutionFirstBytesSize

CommandStreamStorage storage

StreamType streamType

java.lang.Object streams

 
Method Summary
java.lang.Object capture(groovy.lang.Closure c)

byte[] getBytes()

java.lang.Long getTotalNumberOfBytes()

 
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()
 

Property Detail

captureStream

boolean captureStream


commandExecutionFirstBytesSize

MemorySize commandExecutionFirstBytesSize


storage

CommandStreamStorage storage


streamType

StreamType streamType


streams

java.lang.Object streams


 
Method Detail

capture

java.lang.Object capture(groovy.lang.Closure c)


getBytes

byte[] getBytes()


getTotalNumberOfBytes

java.lang.Long getTotalNumberOfBytes()


 

Groovy Documentation