Class JarRequestBody
java.lang.Object
org.apache.flink.runtime.webmonitor.handlers.JarRequestBody
- All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.RequestBody
- Direct Known Subclasses:
JarPlanRequestBody,JarRunRequestBody
public abstract class JarRequestBody
extends Object
implements org.apache.flink.runtime.rest.messages.RequestBody
Base class for
RequestBody for running a jar or querying the plan.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.configuration.Configurationorg.apache.flink.api.common.JobIDgetJobId()
-
Method Details
-
getEntryClassName
-
getProgramArgumentsList
-
getParallelism
-
getJobId
@Nullable public org.apache.flink.api.common.JobID getJobId() -
getFlinkConfiguration
public org.apache.flink.configuration.Configuration getFlinkConfiguration()
-