| Package | Description |
|---|---|
| org.apache.flink.datastream.impl.context | |
| org.apache.flink.datastream.impl.operators |
| Modifier and Type | Field and Description |
|---|---|
protected DefaultRuntimeContext |
DefaultTwoOutputNonPartitionedContext.context |
| 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 DefaultRuntimeContext |
TwoInputNonBroadcastProcessOperator.context |
protected DefaultRuntimeContext |
ProcessOperator.context |
protected DefaultRuntimeContext |
TwoOutputProcessOperator.context |
protected DefaultRuntimeContext |
TwoInputBroadcastProcessOperator.context |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.