Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
-
Packages that use JobDetails.CurrentAttempts 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 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.CurrentAttempts Modifier and Type Method Description Map<String,Map<Integer,JobDetails.CurrentAttempts>>JobDetails. getCurrentExecutionAttempts()Constructor parameters in org.apache.flink.runtime.messages.webmonitor with type arguments of type JobDetails.CurrentAttempts Constructor Description 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)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)
-