Class JarRequestBody
- java.lang.Object
-
- org.apache.flink.runtime.webmonitor.handlers.JarRequestBody
-
- All Implemented Interfaces:
RequestBody
- Direct Known Subclasses:
JarPlanRequestBody
,JarRunRequestBody
public abstract class JarRequestBody extends Object implements RequestBody
Base class forRequestBody
for running a jar or querying the plan.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntryClassName()
Configuration
getFlinkConfiguration()
JobID
getJobId()
Integer
getParallelism()
List<String>
getProgramArgumentsList()
-
-
-
Method Detail
-
getEntryClassName
@Nullable public String getEntryClassName()
-
getParallelism
@Nullable public Integer getParallelism()
-
getJobId
@Nullable public JobID getJobId()
-
getFlinkConfiguration
public Configuration getFlinkConfiguration()
-
-