Class JobConfigInfo
java.lang.Object
org.apache.flink.runtime.rest.messages.JobConfigInfo
- All Implemented Interfaces:
ResponseBody
Response type of the
JobConfigHandler.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classJson deserializer for theJobConfigInfo.static final classNested class to encapsulate the execution configuration.static final classJson serializer for theJobConfigInfo. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJobConfigInfo(org.apache.flink.api.common.JobID jobId, String jobName, JobConfigInfo.ExecutionConfigInfo executionConfigInfo) -
Method Summary
-
Field Details
-
FIELD_NAME_JOB_ID
- See Also:
-
FIELD_NAME_JOB_NAME
- See Also:
-
FIELD_NAME_EXECUTION_CONFIG
- See Also:
-
-
Constructor Details
-
JobConfigInfo
public JobConfigInfo(org.apache.flink.api.common.JobID jobId, String jobName, @Nullable JobConfigInfo.ExecutionConfigInfo executionConfigInfo)
-
-
Method Details