| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSource.run(Object lockingObject,
StreamStatusMaintainer streamStatusMaintainer,
OperatorChain<?,?> operatorChain) |
void |
StreamSource.run(Object lockingObject,
StreamStatusMaintainer streamStatusMaintainer,
Output<StreamRecord<OUT>> collector,
OperatorChain<?,?> operatorChain) |
| Constructor and Description |
|---|
StreamOneInputProcessor(StreamTaskInput<IN> input,
PushingAsyncDataInput.DataOutput<IN> output,
Object lock,
OperatorChain<?,?> operatorChain) |
StreamTwoInputProcessor(CheckpointedInputGate[] checkpointedInputGates,
org.apache.flink.api.common.typeutils.TypeSerializer<IN1> inputSerializer1,
org.apache.flink.api.common.typeutils.TypeSerializer<IN2> inputSerializer2,
Object lock,
org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager,
StreamStatusMaintainer streamStatusMaintainer,
TwoInputStreamOperator<IN1,IN2,?> streamOperator,
TwoInputSelectionHandler inputSelectionHandler,
WatermarkGauge input1WatermarkGauge,
WatermarkGauge input2WatermarkGauge,
OperatorChain<?,?> operatorChain,
org.apache.flink.metrics.Counter numRecordsIn) |
| Modifier and Type | Field and Description |
|---|---|
protected OperatorChain<OUT,OP> |
StreamTask.operatorChain
The chain of operators executed by this task.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.