Uses of Class
org.apache.flink.connector.testframe.environment.TestEnvironmentSettings
-
Packages that use TestEnvironmentSettings Package Description org.apache.flink.connector.testframe.container org.apache.flink.connector.testframe.environment -
-
Uses of TestEnvironmentSettings in org.apache.flink.connector.testframe.container
Methods in org.apache.flink.connector.testframe.container with parameters of type TestEnvironmentSettings Modifier and Type Method Description org.apache.flink.streaming.api.environment.StreamExecutionEnvironmentFlinkContainerTestEnvironment. createExecutionEnvironment(TestEnvironmentSettings envOptions) -
Uses of TestEnvironmentSettings in org.apache.flink.connector.testframe.environment
Methods in org.apache.flink.connector.testframe.environment that return TestEnvironmentSettings Modifier and Type Method Description TestEnvironmentSettingsTestEnvironmentSettings.Builder. build()Methods in org.apache.flink.connector.testframe.environment with parameters of type TestEnvironmentSettings Modifier and Type Method Description org.apache.flink.streaming.api.environment.StreamExecutionEnvironmentMiniClusterTestEnvironment. createExecutionEnvironment(TestEnvironmentSettings envOptions)org.apache.flink.streaming.api.environment.StreamExecutionEnvironmentTestEnvironment. createExecutionEnvironment(TestEnvironmentSettings envOptions)Get an instance ofStreamExecutionEnvironmentfor building and executing Flink jobs based on the provided configuration.
-