| Package | Description |
|---|---|
| org.apache.flink.datastream.impl.context | |
| org.apache.flink.datastream.impl.operators |
| Constructor and Description |
|---|
DefaultNonPartitionedContext(DefaultRuntimeContext context,
DefaultPartitionedContext partitionedContext,
org.apache.flink.datastream.api.common.Collector<OUT> collector,
boolean isKeyed,
Set<Object> keySet) |
DefaultTwoOutputNonPartitionedContext(DefaultRuntimeContext context,
DefaultPartitionedContext partitionedContext,
org.apache.flink.datastream.api.common.Collector<OUT1> firstCollector,
org.apache.flink.datastream.api.common.Collector<OUT2> secondCollector,
boolean isKeyed,
Set<Object> keySet) |
| Modifier and Type | Field and Description |
|---|---|
protected DefaultPartitionedContext |
TwoInputNonBroadcastProcessOperator.partitionedContext |
protected DefaultPartitionedContext |
ProcessOperator.partitionedContext |
protected DefaultPartitionedContext |
TwoOutputProcessOperator.partitionedContext |
protected DefaultPartitionedContext |
TwoInputBroadcastProcessOperator.partitionedContext |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.