| 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 |
CopyingDirectedOutput<OUT>
Special version of
DirectedOutput that performs a shallow copy of the
StreamRecord to ensure that multi-chaining works correctly. |
class |
DirectedOutput<OUT> |
| Modifier and Type | Field and Description |
|---|---|
protected Output<StreamRecord<OUT>>[] |
DirectedOutput.allOutputs |
protected Output<StreamRecord<OUT>>[] |
DirectedOutput.selectAllOutputs |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Output<StreamRecord<OUT>>> |
DirectedOutput.selectOutputs(StreamRecord<OUT> record) |
| Constructor and Description |
|---|
CopyingDirectedOutput(List<OutputSelector<OUT>> outputSelectors,
List<org.apache.flink.api.java.tuple.Tuple2<Output<StreamRecord<OUT>>,StreamEdge>> outputs) |
DirectedOutput(List<OutputSelector<OUT>> outputSelectors,
List<org.apache.flink.api.java.tuple.Tuple2<Output<StreamRecord<OUT>>,StreamEdge>> outputs) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamOperator.CountingOutput |
| 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 |
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 |
|---|
AutomaticWatermarkContext(AbstractStreamOperator<T> owner,
Object lockingObjectParam,
Output<StreamRecord<T>> outputParam,
long watermarkInterval) |
CountingOutput(Output<StreamRecord<OUT>> output,
org.apache.flink.metrics.Counter counter) |
ManualWatermarkContext(AsyncExceptionChecker owner,
Object lockingObject,
Output<StreamRecord<T>> output) |
NonTimestampContext(AsyncExceptionChecker 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.