T - The type of the elements that can be emitted.@PublicEvolving
public interface Output<T>
extends org.apache.flink.util.Collector<T>
StreamOperator is supplied with an object
of this interface that can be used to emit elements and other messages, such as barriers
and watermarks, from an operator.| Modifier and Type | Method and Description |
|---|---|
void |
emitWatermark(Watermark mark)
Emits a
Watermark from an operator. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.