| Package | Description |
|---|---|
| org.apache.flink.datastream.api.context |
| Modifier and Type | Interface and Description |
|---|---|
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–2025 The Apache Software Foundation. All rights reserved.