| Modifier and Type | Method and Description |
|---|---|
ExecutionGraph |
ExecutionVertex.getExecutionGraph() |
ExecutionGraph |
ExecutionJobVertex.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobStatusListener.jobStatusHasChanged(ExecutionGraph executionGraph,
JobStatus newJobStatus,
String optionalMessage)
Called when the status of the job changed.
|
| Constructor and Description |
|---|
ExecutionJobVertex(ExecutionGraph graph,
AbstractJobVertex jobVertex,
int defaultParallelism) |
ExecutionJobVertex(ExecutionGraph graph,
AbstractJobVertex jobVertex,
int defaultParallelism,
long createTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionGraph |
EventCollector.getManagementGraph(JobID jobID)
Returns the execution graph object for the job with the given ID from the map of recently added graphs.
|
ExecutionGraph |
JobManager.getRecentExecutionGraph(JobID jobID) |
| Modifier and Type | Method and Description |
|---|---|
Map<JobID,ExecutionGraph> |
JobManager.getCurrentJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManager.jobStatusHasChanged(ExecutionGraph executionGraph,
JobStatus newJobStatus,
String optionalMessage) |
void |
EventCollector.registerJob(ExecutionGraph executionGraph,
boolean profilingAvailable,
long submissionTimestamp)
Registers a job in form of its execution graph representation
with the job progress collector.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionGraph |
ArchiveListener.getExecutionGraph(JobID jid) |
ExecutionGraph |
MemoryArchivist.getExecutionGraph(JobID jid) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveListener.archiveExecutionGraph(JobID jobId,
ExecutionGraph graph) |
void |
MemoryArchivist.archiveExecutionGraph(JobID jobId,
ExecutionGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManagerProfiler.registerProfilingJob(ExecutionGraph executionGraph)
Registers the given
ExecutionGraph for profiling. |
void |
JobManagerProfiler.unregisterProfilingJob(ExecutionGraph executionGraph)
Unregisters the given
ExecutionGraph from profiling. |
| Modifier and Type | Method and Description |
|---|---|
ExecutionGraph |
JobProfilingData.getExecutionGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManagerProfilerImpl.registerProfilingJob(ExecutionGraph executionGraph) |
void |
JobManagerProfilerImpl.unregisterProfilingJob(ExecutionGraph executionGraph) |
| Constructor and Description |
|---|
JobProfilingData(ExecutionGraph executionGraph) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.