public interface OutputCollector
RamaOperation
implementationsModifier and Type | Method and Description |
---|---|
void |
emit(java.lang.Object... output)
Emit any number of fields to the default output stream.
|
void |
emitStream(java.lang.String streamName,
java.lang.Object... output)
Emit any number of fields to a named output stream.
|
void emit(java.lang.Object... output)
Block.Out.out(String...)
output
- Output fieldsvoid emitStream(java.lang.String streamName, java.lang.Object... output)
Block.MultiOutImpl.outStream(String, String, String...)
streamName
- Name of output streamoutput
- Output fields