public interface Emitter<T>
DoFn.| Modifier and Type | Method and Description | 
|---|---|
| void | emit(T emitted)Write the emitted value to the next stage of the pipeline. | 
| void | flush()Flushes any values cached by this emitter. | 
void emit(T emitted)
emitted - The value to writevoid flush()
Copyright © 2017 The Apache Software Foundation. All rights reserved.