| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.dispatcher.cleanup | |
| org.apache.flink.runtime.jobmaster | |
| 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.rest.handler.legacy.metrics |
| Modifier and Type | Method and Description |
|---|---|
JobDetails |
MemoryExecutionGraphInfoStore.getAvailableJobDetails(org.apache.flink.api.common.JobID jobId) |
JobDetails |
ExecutionGraphInfoStore.getAvailableJobDetails(org.apache.flink.api.common.JobID jobId)
Return the
JobDetails} for the given job. |
JobDetails |
FileExecutionGraphInfoStore.getAvailableJobDetails(org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JobDetails> |
MemoryExecutionGraphInfoStore.getAvailableJobDetails() |
Collection<JobDetails> |
ExecutionGraphInfoStore.getAvailableJobDetails()
Return the collection of
JobDetails of all currently stored jobs. |
Collection<JobDetails> |
FileExecutionGraphInfoStore.getAvailableJobDetails() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<JobDetails> |
CheckpointResourcesCleanupRunner.requestJobDetails(org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<JobDetails> |
JobManagerRunner.requestJobDetails(org.apache.flink.api.common.time.Time timeout)
Request the details of the executed job.
|
CompletableFuture<JobDetails> |
JobMasterServiceLeadershipRunner.requestJobDetails(org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
static JobDetails |
JobDetails.createDetailsForJob(AccessExecutionGraph job) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JobDetails> |
MultipleJobsDetails.getJobs() |
| Constructor and Description |
|---|
MultipleJobsDetails(Collection<JobDetails> jobs) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricStore.updateCurrentExecutionAttempts(Collection<JobDetails> jobs) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.