| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.jobmanager.archive | |
| org.apache.flink.runtime.protocols |
| Modifier and Type | Method and Description |
|---|---|
List<RecentJobEvent> |
JobManager.getOldJobs() |
List<RecentJobEvent> |
JobManager.getRecentJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventCollector.getRecentJobs(List<RecentJobEvent> eventList) |
| Modifier and Type | Method and Description |
|---|---|
RecentJobEvent |
ArchiveListener.getJob(JobID JobId)
Return archived job
|
RecentJobEvent |
MemoryArchivist.getJob(JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
List<RecentJobEvent> |
ArchiveListener.getJobs()
Get all archived Jobs
|
List<RecentJobEvent> |
MemoryArchivist.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveListener.archiveJobevent(JobID jobId,
RecentJobEvent event)
Stores old job in archive
|
void |
MemoryArchivist.archiveJobevent(JobID jobId,
RecentJobEvent event) |
| Modifier and Type | Method and Description |
|---|---|
List<RecentJobEvent> |
ExtendedManagementProtocol.getRecentJobs()
Retrieves a list of jobs which have either running or have been started recently.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.