Class JobPlanInfo
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.JobPlanInfo
-
- All Implemented Interfaces:
ResponseBody
public class JobPlanInfo extends Object implements ResponseBody
Response type of theJobPlanHandler.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPlanInfo.RawJsonSimple wrapper around a raw JSON string.
-
Constructor Summary
Constructors Constructor Description JobPlanInfo(String jsonPlan)JobPlanInfo(JobPlanInfo.RawJson jsonPlan)
-
-
-
Constructor Detail
-
JobPlanInfo
public JobPlanInfo(String jsonPlan)
-
JobPlanInfo
public JobPlanInfo(JobPlanInfo.RawJson jsonPlan)
-
-