| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<Integer,JobDetails.CurrentAttempts>> |
JobDetails.getCurrentExecutionAttempts() |
| Constructor and 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) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.