| 程序包 | 说明 |
|---|---|
| org.apache.flink.datastream.api.context |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
NonPartitionedContext<OUT>
This interface represents the context associated with all operations must be applied to all
partitions.
|
interface |
PartitionedContext
On the base of
RuntimeContext, PartitionedContext also contains all
partition-wise execution information, such as getting state, registering timer, etc. |
interface |
TwoOutputNonPartitionedContext<OUT1,OUT2>
This interface represents the context associated with all operations must be applied to all
partitions with two outputs.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.