Package org.apache.flink.streaming.api.environment
-
Interface Summary Interface Description StreamExecutionEnvironmentFactory Factory class for stream execution environments. -
Class Summary 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 AStreamExecutionEnvironment
for executing on a cluster.StreamExecutionEnvironment The StreamExecutionEnvironment is the context in which a streaming program is executed.