Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
Packages that use JobDetails.CurrentAttempts
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.CurrentAttempts in org.apache.flink.runtime.messages.webmonitor
Methods in org.apache.flink.runtime.messages.webmonitor that return types with arguments of type JobDetails.CurrentAttemptsConstructor parameters in org.apache.flink.runtime.messages.webmonitor with type arguments of type JobDetails.CurrentAttemptsModifierConstructorDescriptionJobDetails(org.apache.flink.api.common.JobID jobId, String jobName, long startTime, long endTime, long duration, org.apache.flink.api.common.JobStatus status, long lastUpdateTime, int[] tasksPerState, int numTasks, Map<String, Map<Integer, JobDetails.CurrentAttempts>> currentExecutionAttempts) JobDetails(org.apache.flink.api.common.JobID jobId, String jobName, long startTime, long endTime, long duration, org.apache.flink.api.common.JobStatus status, long lastUpdateTime, int[] tasksPerState, int numTasks, Map<String, Map<Integer, JobDetails.CurrentAttempts>> currentExecutionAttempts, int pendingOperators)