| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators.async.queue | |
| org.apache.flink.streaming.api.operators.co | |
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations
on data streams.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
UnorderedStreamElementQueue.emitCompletedElement(TimestampedCollector<OUT> output) |
void |
StreamElementQueue.emitCompletedElement(TimestampedCollector<OUT> output)
Emits one completed element from the head of this queue into the given output.
|
void |
OrderedStreamElementQueue.emitCompletedElement(TimestampedCollector<OUT> output) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected TimestampedCollector<OUT> |
KeyedCoProcessOperator.getCollector() |
protected TimestampedCollector<OUT> |
CoStreamFlatMap.getCollector() |
protected TimestampedCollector<OUT> |
LegacyKeyedCoProcessOperator.getCollector()
已过时。
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected TimestampedCollector<OUT> |
WindowOperator.timestampedCollector
This is given to the
InternalWindowFunction for emitting elements with a given
timestamp. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.