@Internal public class ArchivedExecutionConfig extends Object implements Serializable
Constructor and Description |
---|
ArchivedExecutionConfig(ExecutionConfig ec) |
ArchivedExecutionConfig(String executionMode,
String restartStrategyDescription,
int parallelism,
boolean objectReuseEnabled,
Map<String,String> globalJobParameters) |
Modifier and Type | Method and Description |
---|---|
String |
getExecutionMode() |
Map<String,String> |
getGlobalJobParameters() |
boolean |
getObjectReuseEnabled() |
int |
getParallelism() |
String |
getRestartStrategyDescription() |
public ArchivedExecutionConfig(ExecutionConfig ec)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.