public static final class JobConfigInfo.ExecutionConfigInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
FIELD_NAME_EXECUTION_MODE |
static String |
FIELD_NAME_GLOBAL_JOB_PARAMETERS |
static String |
FIELD_NAME_OBJECT_REUSE_MODE |
static String |
FIELD_NAME_PARALLELISM |
static String |
FIELD_NAME_RESTART_STRATEGY |
| 构造器和说明 |
|---|
ExecutionConfigInfo(String executionMode,
String restartStrategy,
int parallelism,
boolean isObjectReuse,
Map<String,String> globalJobParameters) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
static JobConfigInfo.ExecutionConfigInfo |
from(org.apache.flink.api.common.ArchivedExecutionConfig archivedExecutionConfig) |
String |
getExecutionMode() |
Map<String,String> |
getGlobalJobParameters() |
int |
getParallelism() |
String |
getRestartStrategy() |
int |
hashCode() |
boolean |
isObjectReuse() |
public String getExecutionMode()
public String getRestartStrategy()
public int getParallelism()
public boolean isObjectReuse()
public static JobConfigInfo.ExecutionConfigInfo from(org.apache.flink.api.common.ArchivedExecutionConfig archivedExecutionConfig)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.