| 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.
|
| org.apache.flink.runtime.webmonitor |
| Modifier and Type | Method and Description |
|---|---|
JobDetails[] |
MultipleJobsDetails.getFinishedJobs() |
JobDetails[] |
MultipleJobsDetails.getRunningJobs() |
| Constructor and Description |
|---|
MultipleJobsDetails(JobDetails[] running,
JobDetails[] finished) |
MultipleJobsDetails(JobDetails[] running,
JobDetails[] finished) |
| Modifier and Type | Method and Description |
|---|---|
static JobDetails |
WebMonitorUtils.createDetailsForJob(ExecutionGraph job) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.