| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.async | |
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.operators |
This package contains the operators that perform the stream transformations.
|
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CountingOutput<OUT>
Wrapping
Output that updates metrics on the number of emitted elements. |
class |
TimestampedCollector<T>
|
| Modifier and Type | Field and Description |
|---|---|
protected Output<StreamRecord<OUT>> |
AbstractStreamOperator.output |
protected Output<StreamRecord<OUT>> |
AbstractInput.output |
protected Output<StreamRecord<OUT>> |
AbstractStreamOperatorV2.output |
| Modifier and Type | Method and Description |
|---|---|
Output<StreamRecord<OUT>> |
StreamOperatorParameters.getOutput() |
| Modifier and Type | Method and Description |
|---|---|
static <OUT,OP extends StreamOperator<OUT>> |
StreamOperatorFactoryUtil.createOperator(StreamOperatorFactory<OUT> operatorFactory,
StreamTask<OUT,?> containingTask,
StreamConfig configuration,
Output<StreamRecord<OUT>> output,
org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher operatorEventDispatcher)
Creates a new operator using a factory and makes sure that all special factory traits are
properly handled.
|
static <OUT> SourceFunction.SourceContext<OUT> |
StreamSourceContexts.getSourceContext(TimeCharacteristic timeCharacteristic,
ProcessingTimeService processingTimeService,
Object checkpointLock,
StreamStatusMaintainer streamStatusMaintainer,
Output<StreamRecord<OUT>> output,
long watermarkInterval,
long idleTimeout)
Depending on the
TimeCharacteristic, this method will return the adequate SourceFunction.SourceContext. |
void |
StreamSource.run(Object lockingObject,
StreamStatusMaintainer streamStatusMaintainer,
Output<StreamRecord<OUT>> collector,
OperatorChain<?,?> operatorChain) |
void |
AbstractUdfStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
void |
AbstractStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
void |
SetupableStreamOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output)
Deprecated.
Initializes the operator.
|
| Constructor and Description |
|---|
CountingOutput(Output<StreamRecord<OUT>> output,
org.apache.flink.metrics.Counter counter) |
StreamOperatorParameters(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output,
java.util.function.Supplier<ProcessingTimeService> processingTimeServiceFactory,
org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher operatorEventDispatcher) |
TimestampedCollector(Output<StreamRecord<T>> output)
Creates a new
TimestampedCollector that wraps the given Output. |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncWaitOperator.setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordWriterOutput<OUT>
Implementation of
Output that sends data using a RecordWriter. |
| Constructor and Description |
|---|
WatermarkEmitter(Output<?> output,
StreamStatusMaintainer statusMaintainer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WatermarkGaugeExposingOutput<T>
An
Output that measures the last emitted watermark with a WatermarkGauge. |
| Modifier and Type | Method and Description |
|---|---|
Output<StreamRecord<?>> |
OperatorChain.getChainedSourceOutput(StreamConfig.SourceInputConfig sourceInput) |
Output<StreamRecord<?>> |
OperatorChain.ChainedSource.getSourceOutput() |
| Constructor and Description |
|---|
AsyncDataOutputToOutput(Output<StreamRecord<T>> output,
StreamStatusMaintainer streamStatusMaintainer,
org.apache.flink.metrics.Counter numRecordsOut,
WatermarkGauge inputWatermarkGauge) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.