| Package | Description |
|---|---|
| org.apache.flink.streaming.api.collector.selector | |
| 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 | Class and Description |
|---|---|
class |
DirectedOutput<OUT> |
| Constructor and Description |
|---|
DirectedOutput(List<OutputSelector<OUT>> outputSelectors,
List<org.apache.flink.api.java.tuple.Tuple2<Output<StreamRecord<OUT>>,StreamEdge>> outputs) |
| Modifier and Type | Field and Description |
|---|---|
protected Output<StreamRecord<OUT>> |
AbstractStreamOperator.output |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSource.run(Object lockingObject,
Output<StreamRecord<OUT>> collector) |
void |
AbstractStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
void |
AbstractUdfStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
void |
StreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output)
Initializes the operator.
|
| Constructor and Description |
|---|
AutomaticWatermarkContext(StreamSource<?,?> owner,
Object lockingObjectParam,
Output<StreamRecord<T>> outputParam,
long watermarkInterval) |
ManualWatermarkContext(StreamSource<?,?> owner,
Object lockingObject,
Output<StreamRecord<T>> output) |
NonTimestampContext(StreamSource<?,?> owner,
Object lockingObject,
Output<StreamRecord<T>> output) |
TimestampedCollector(Output<StreamRecord<T>> output)
Creates a new
TimestampedCollector that wraps the given Output. |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordWriterOutput<OUT>
Implementation of
Output that sends data using a RecordWriter. |
| Modifier and Type | Method and Description |
|---|---|
Output<StreamRecord<OUT>> |
OperatorChain.getChainEntryPoint() |
Output<StreamRecord<OUT>> |
StreamTask.getHeadOutput() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.