| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Map<Integer,JobDetails.CurrentAttempts>> |
JobDetails.getCurrentExecutionAttempts() |
| 构造器和说明 |
|---|
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) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.