| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.collector.selector | |
| org.apache.flink.streaming.api.functions.sink.filesystem | |
| 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.
|
| org.apache.flink.streaming.runtime.tasks.mailbox |
| 类和说明 |
|---|
| OperatorChain.WatermarkGaugeExposingOutput
An
Output that measures the last emitted watermark with a WatermarkGauge. |
| 类和说明 |
|---|
| ProcessingTimeCallback
Interface for processing-time callbacks that can be registered at a
ProcessingTimeService. |
| 类和说明 |
|---|
| OperatorChain
The
OperatorChain contains all operators that are executed as one chain within a single
StreamTask. |
| ProcessingTimeService
Defines the current processing time and handles all related actions,
such as register timers for tasks to be executed in the future.
|
| StreamTask
Base class for all streaming tasks.
|
| 类和说明 |
|---|
| StreamTask
Base class for all streaming tasks.
|
| 类和说明 |
|---|
| OperatorChain
The
OperatorChain contains all operators that are executed as one chain within a single
StreamTask. |
| OperatorChain.WatermarkGaugeExposingOutput
An
Output that measures the last emitted watermark with a WatermarkGauge. |
| 类和说明 |
|---|
| ProcessingTimeCallback
Interface for processing-time callbacks that can be registered at a
ProcessingTimeService. |
| 类和说明 |
|---|
| AbstractTwoInputStreamTask
Abstract class for executing a
TwoInputStreamOperator. |
| AsyncExceptionHandler
An interface marking a task as capable of handling exceptions thrown
by different threads, other than the one executing the task itself.
|
| AsynchronousException
An exception for wrapping exceptions that are thrown by an operator in threads other than the
main compute thread of that operator.
|
| OneInputStreamTask
A
StreamTask for executing a OneInputStreamOperator. |
| OperatorChain
The
OperatorChain contains all operators that are executed as one chain within a single
StreamTask. |
| OperatorChain.WatermarkGaugeExposingOutput
An
Output that measures the last emitted watermark with a WatermarkGauge. |
| ProcessingTimeCallback
Interface for processing-time callbacks that can be registered at a
ProcessingTimeService. |
| ProcessingTimeService
Defines the current processing time and handles all related actions,
such as register timers for tasks to be executed in the future.
|
| StreamTask
Base class for all streaming tasks.
|
| StreamTaskActionExecutor |
| StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor
已过时。
this class should only be used in
SourceStreamTask which exposes the checkpoint lock as part of Public API.
During transitional period it is used in StreamTask (until StreamTask.getCheckpointLock()
is pushed down to SourceStreamTask). |
| TimerService
A common timer service interface with life cycle methods.
|
| 类和说明 |
|---|
| StreamTaskActionExecutor |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.