| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators.co | |
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchCoBroadcastWithKeyedOperator<KS,IN1,IN2,OUT>
A
TwoInputStreamOperator for executing KeyedBroadcastProcessFunctions in RuntimeExecutionMode.BATCH
execution mode. |
class |
BatchCoBroadcastWithNonKeyedOperator<IN1,IN2,OUT>
A
TwoInputStreamOperator for executing BroadcastProcessFunctions in RuntimeExecutionMode.BATCH
execution mode. |
| Modifier and Type | Method and Description |
|---|---|
static <IN1,IN2> StreamTwoInputProcessor<IN1,IN2> |
StreamTwoInputProcessorFactory.create(org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable ownerTask,
CheckpointedInputGate[] checkpointedInputGates,
org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager,
org.apache.flink.runtime.memory.MemoryManager memoryManager,
org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup taskIOMetricGroup,
StreamStatusMaintainer streamStatusMaintainer,
TwoInputStreamOperator<IN1,IN2,?> streamOperator,
WatermarkGauge input1WatermarkGauge,
WatermarkGauge input2WatermarkGauge,
BoundedMultiInput endOfInputAware,
StreamConfig streamConfig,
org.apache.flink.configuration.Configuration taskManagerConfig,
org.apache.flink.configuration.Configuration jobConfig,
org.apache.flink.api.common.ExecutionConfig executionConfig,
ClassLoader userClassloader,
org.apache.flink.metrics.Counter numRecordsIn,
org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor inflightDataRescalingDescriptor,
java.util.function.Function<Integer,StreamPartitioner<?>> gatePartitioners,
org.apache.flink.api.common.TaskInfo taskInfo) |
| Constructor and Description |
|---|
StreamOneInputProcessor(StreamTaskInput<IN> input,
PushingAsyncDataInput.DataOutput<IN> output,
BoundedMultiInput endOfInputAware) |
| Modifier and Type | Class and Description |
|---|---|
class |
OperatorChain<OUT,OP extends StreamOperator<OUT>>
The
OperatorChain contains all operators that are executed as one chain within a single
StreamTask. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.