Class TestEnvironmentSettings

java.lang.Object
org.apache.flink.connector.testframe.environment.TestEnvironmentSettings

public class TestEnvironmentSettings extends Object
Options for configuring StreamExecutionEnvironment created by TestEnvironment.
  • Method Details

    • builder

      public static TestEnvironmentSettings.Builder builder()
    • getConnectorJarPaths

      public List<URL> getConnectorJarPaths()
      List of connector JARs paths.
    • getSavepointRestorePath

      @Nullable public String getSavepointRestorePath()
      Path of savepoint that the job should recover from.