| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations
on data streams.
|
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Class and Description |
|---|
| StreamTask
Base class for all streaming tasks.
|
| StreamTaskState
The state checkpointed by a
AbstractStreamOperator. |
| Class and Description |
|---|
| StreamTaskState
The state checkpointed by a
AbstractStreamOperator. |
| Class and Description |
|---|
AsynchronousException
RuntimeException for wrapping exceptions that are thrown in Threads that are not the
main compute Thread. |
| OneInputStreamTask |
| SourceStreamTask
Task for executing streaming sources.
|
| StreamTask
Base class for all streaming tasks.
|
| StreamTaskState
The state checkpointed by a
AbstractStreamOperator. |
| StreamTaskStateList
List of task states for a chain of streaming tasks.
|
TimerException
RuntimeException for wrapping exceptions that are thrown in the timer callback of
the timer service in StreamTask. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.