| Package | Description |
|---|---|
| org.apache.flink.streaming.api.collector.selector | |
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.metrics | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Field and Description |
|---|---|
protected WatermarkGauge |
DirectedOutput.watermarkGauge |
| Constructor and Description |
|---|
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) |
| Constructor and Description |
|---|
MinWatermarkGauge(WatermarkGauge watermarkGauge1,
WatermarkGauge watermarkGauge2) |
| Modifier and Type | Field and Description |
|---|---|
protected WatermarkGauge |
AbstractTwoInputStreamTask.input1WatermarkGauge |
protected WatermarkGauge |
AbstractTwoInputStreamTask.input2WatermarkGauge |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.