Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview.JobIdWithStatus
-
Packages that use JobIdsWithStatusOverview.JobIdWithStatus Package Description org.apache.flink.runtime.messages.webmonitor 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 JobIdsWithStatusOverview.JobIdWithStatus in org.apache.flink.runtime.messages.webmonitor
Methods in org.apache.flink.runtime.messages.webmonitor that return types with arguments of type JobIdsWithStatusOverview.JobIdWithStatus Modifier and Type Method Description Collection<JobIdsWithStatusOverview.JobIdWithStatus>JobIdsWithStatusOverview. getJobsWithStatus()Constructor parameters in org.apache.flink.runtime.messages.webmonitor with type arguments of type JobIdsWithStatusOverview.JobIdWithStatus Constructor Description JobIdsWithStatusOverview(Collection<JobIdsWithStatusOverview.JobIdWithStatus> jobsWithStatus)
-