public class JarRunRequestBody extends JarRequestBody
RequestBody for running a jar.| Constructor and Description |
|---|
JarRunRequestBody() |
JarRunRequestBody(String entryClassName,
String programArguments,
List<String> programArgumentsList,
Integer parallelism,
org.apache.flink.api.common.JobID jobId,
Boolean allowNonRestoredState,
String savepointPath,
org.apache.flink.runtime.jobgraph.RestoreMode restoreMode,
Map<String,String> flinkConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowNonRestoredState() |
org.apache.flink.runtime.jobgraph.RestoreMode |
getRestoreMode() |
String |
getSavepointPath() |
getEntryClassName, getFlinkConfiguration, getJobId, getParallelism, getProgramArguments, getProgramArgumentsListpublic JarRunRequestBody()
public JarRunRequestBody(@Nullable String entryClassName, @Nullable String programArguments, @Nullable List<String> programArgumentsList, @Nullable Integer parallelism, @Nullable org.apache.flink.api.common.JobID jobId, @Nullable Boolean allowNonRestoredState, @Nullable String savepointPath, @Nullable org.apache.flink.runtime.jobgraph.RestoreMode restoreMode, @Nullable Map<String,String> flinkConfiguration)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.