| 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 | Field and Description |
|---|---|
protected Output<StreamRecord<OUT>> |
AbstractStreamOperator.output |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSource.run(Object lockingObject,
Output<StreamRecord<T>> collector) |
void |
StreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output)
Initializes the operator.
|
void |
AbstractUdfStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
void |
AbstractStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
| Constructor and Description |
|---|
StreamSource.AutomaticWatermarkContext(Object lockingObjectParam,
Output<StreamRecord<T>> outputParam,
ExecutionConfig executionConfig) |
StreamSource.ManualWatermarkContext(Object lockingObject,
Output<StreamRecord<T>> output) |
StreamSource.NonTimestampContext(Object lockingObjectParam,
Output<StreamRecord<T>> outputParam) |
StreamSource.NonWatermarkContext(Object lockingObjectParam,
Output<StreamRecord<T>> outputParam) |
TimestampedCollector(Output<StreamRecord<T>> output)
Creates a new
TimestampedCollector that wraps the given Output. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectorWrapper<OUT> |
class |
RecordWriterOutput<OUT>
Implementation of
Output that sends data using a RecordWriter. |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectorWrapper.addCollector(Output<StreamRecord<OUT>> output,
StreamEdge edge) |
| 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.