| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.source | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.operators |
This package contains the operators that perform the stream transformations.
|
| 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 |
|---|
| StreamTaskState
The state checkpointed by a
AbstractStreamOperator. |
| 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 |
|---|
| 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. |
| DefaultTimeServiceProvider
A
TimeServiceProvider which assigns as current processing time the result of calling
System.currentTimeMillis() and registers timers using a ScheduledThreadPoolExecutor. |
| 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.
|
| TimeServiceProvider
Defines the current processing time and handles all related actions,
such as register timers for tasks to be executed in the future.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.