@Internal public interface StreamExecutorFactory extends ExecutorFactory
ExecutorFactory
to support DataStream
API.DEFAULT_IDENTIFIER
Modifier and Type | Method and Description |
---|---|
Executor |
create(StreamExecutionEnvironment streamExecutionEnvironment)
Creates a corresponding
Executor . |
create
factoryIdentifier, optionalOptions, requiredOptions
Executor create(StreamExecutionEnvironment streamExecutionEnvironment)
Executor
.
This method will be used when instantiating a TableEnvironment
from one of the
bridging modules which enables conversion from/to DataStream
API.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.