| Interface | Description |
|---|---|
| StreamExecutionEnvironmentFactory |
Factory class for stream execution environments.
|
| Class | Description |
|---|---|
| CheckpointConfig |
Configuration that captures all checkpointing related settings.
|
| LocalStreamEnvironment |
The LocalStreamEnvironment is a StreamExecutionEnvironment that runs the program locally,
multi-threaded, in the JVM where the environment is instantiated.
|
| RemoteStreamEnvironment | |
| StreamContextEnvironment | |
| StreamExecutionEnvironment |
The StreamExecutionEnvironment is the context in which a streaming program is executed.
|
| StreamPlanEnvironment |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.