Class TestEnvironmentSettings
- java.lang.Object
-
- org.apache.flink.connector.testframe.environment.TestEnvironmentSettings
-
public class TestEnvironmentSettings extends Object
Options for configuringStreamExecutionEnvironmentcreated byTestEnvironment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestEnvironmentSettings.BuilderBuilder class forTestEnvironmentSettings.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestEnvironmentSettings.Builderbuilder()List<URL>getConnectorJarPaths()List of connector JARs paths.StringgetSavepointRestorePath()Path of savepoint that the job should recover from.
-
-
-
Method Detail
-
builder
public static TestEnvironmentSettings.Builder builder()
-
getSavepointRestorePath
@Nullable public String getSavepointRestorePath()
Path of savepoint that the job should recover from.
-
-