StreamExecutionEnvironment

final case class StreamExecutionEnvironment(javaEnv: StreamExecutionEnvironment)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addSource[T](function: SourceFunction[T])(using typeInfo: TypeInformation[T]): DataStream[T]
def enableCheckpointing(interval: Duration, mode: CheckpointingMode): StreamExecutionEnvironment
def execute: JobExecutionResult
def fromCollection[T](data: Seq[T])(using typeInfo: TypeInformation[T]): DataStream[T]
def getCheckpointConfig: CheckpointConfig
def getStreamGraph: StreamGraph
def setRestartStrategy(restartStrategy: RestartStrategyConfiguration): StreamExecutionEnvironment
def setStateBackend(backend: StateBackend): StreamExecutionEnvironment
def setStreamTimeCharacteristic(timeCharacteristic: TimeCharacteristic): StreamExecutionEnvironment

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product