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.ExecutionCheckpointingOptions ExecutionConfigOptionfor configuring checkpointing related parameters.LocalStreamEnvironment The LocalStreamEnvironment is a StreamExecutionEnvironment that runs the program locally, multi-threaded, in the JVM where the environment is instantiated.RemoteStreamEnvironment AStreamExecutionEnvironmentfor executing on a cluster.StreamExecutionEnvironment The StreamExecutionEnvironment is the context in which a streaming program is executed.StreamPipelineOptions Theconfiguration optionsfor job execution. -
Enum Summary Enum Description CheckpointConfig.ExternalizedCheckpointCleanup Cleanup behaviour for externalized checkpoints when the job is cancelled.