Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobDetails
Packages that use JobDetails
Package
Description
This package contains the actor messages that are sent between the JobManager and components that
are interested in the status of the JobManager.
-
Uses of JobDetails in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return JobDetailsModifier and TypeMethodDescriptionExecutionGraphInfoStore.getAvailableJobDetails(org.apache.flink.api.common.JobID jobId) Return theJobDetails} for the given job.FileExecutionGraphInfoStore.getAvailableJobDetails(org.apache.flink.api.common.JobID jobId) MemoryExecutionGraphInfoStore.getAvailableJobDetails(org.apache.flink.api.common.JobID jobId) Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type JobDetailsModifier and TypeMethodDescriptionExecutionGraphInfoStore.getAvailableJobDetails()Return the collection ofJobDetailsof all currently stored jobs.FileExecutionGraphInfoStore.getAvailableJobDetails()MemoryExecutionGraphInfoStore.getAvailableJobDetails() -
Uses of JobDetails in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup that return types with arguments of type JobDetailsModifier and TypeMethodDescriptionCheckpointResourcesCleanupRunner.requestJobDetails(Duration timeout) -
Uses of JobDetails in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type JobDetailsModifier and TypeMethodDescriptionJobManagerRunner.requestJobDetails(Duration timeout) Request the details of the executed job.JobMasterServiceLeadershipRunner.requestJobDetails(Duration timeout) -
Uses of JobDetails in org.apache.flink.runtime.messages.webmonitor
Methods in org.apache.flink.runtime.messages.webmonitor that return JobDetailsModifier and TypeMethodDescriptionstatic JobDetailsJobDetails.createDetailsForJob(AccessExecutionGraph job) Methods in org.apache.flink.runtime.messages.webmonitor that return types with arguments of type JobDetailsConstructor parameters in org.apache.flink.runtime.messages.webmonitor with type arguments of type JobDetails -
Uses of JobDetails in org.apache.flink.runtime.rest.handler.legacy.metrics
Method parameters in org.apache.flink.runtime.rest.handler.legacy.metrics with type arguments of type JobDetailsModifier and TypeMethodDescriptionvoidMetricStore.updateCurrentExecutionAttempts(Collection<JobDetails> jobs)