Class TestEnvironmentSettings
- java.lang.Object
-
- org.apache.flink.connector.testframe.environment.TestEnvironmentSettings
-
public class TestEnvironmentSettings extends Object
Options for configuringStreamExecutionEnvironment
created byTestEnvironment
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestEnvironmentSettings.Builder
Builder class forTestEnvironmentSettings
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestEnvironmentSettings.Builder
builder()
List<URL>
getConnectorJarPaths()
List of connector JARs paths.String
getSavepointRestorePath()
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.
-
-