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 forRequestBodyfor running a jar or querying the plan.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntryClassName()org.apache.flink.configuration.ConfigurationgetFlinkConfiguration()org.apache.flink.api.common.JobIDgetJobId()IntegergetParallelism()List<String>getProgramArgumentsList()
-
-
-
Method Detail
-
getEntryClassName
@Nullable public String getEntryClassName()
-
getParallelism
@Nullable public Integer getParallelism()
-
getJobId
@Nullable public org.apache.flink.api.common.JobID getJobId()
-
getFlinkConfiguration
public org.apache.flink.configuration.Configuration getFlinkConfiguration()
-
-