| Modifier and Type | Method and Description |
|---|---|
static ManagementGraph |
ManagementGraphFactory.fromExecutionGraph(ExecutionGraph executionGraph) |
| Modifier and Type | Method and Description |
|---|---|
ManagementGraph |
JobManager.getManagementGraph(JobID jobID)
Returns current ManagementGraph from eventCollector and, if not current, from archive
Retrieves the management graph for the job
with the given ID.
|
ManagementGraph |
EventCollector.getManagementGraph(JobID jobID)
Returns the
ManagementGraph object for the job with the given ID from the map of recently created
management graphs. |
| Modifier and Type | Method and Description |
|---|---|
ManagementGraph |
ArchiveListener.getManagementGraph(JobID jobID)
Get archived ManagementGraph for a job
|
ManagementGraph |
MemoryArchivist.getManagementGraph(JobID jobID) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveListener.archiveManagementGraph(JobID jobId,
ManagementGraph graph)
Stores old ManagementGraph in archive
|
void |
MemoryArchivist.archiveManagementGraph(JobID jobId,
ManagementGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
ManagementGraph |
ManagementGate.getGraph()
Returns the
ManagementGraph this gate belongs to. |
ManagementGraph |
ManagementVertex.getGraph()
The management graph this management vertex belongs to.
|
ManagementGraph |
ManagementStage.getGraph()
Returns the management graph this management stage is part of.
|
ManagementGraph |
ManagementGroupVertex.getGraph()
Returns the management graph this group vertex is part of.
|
| Constructor and Description |
|---|
ManagementGraphIterator(ManagementGraph managementGraph,
boolean forward)
Creates a new management graph iterator.
|
ManagementGraphIterator(ManagementGraph managementGraph,
int startStage,
boolean confinedToStage,
boolean forward)
Creates a new management graph iterator.
|
ManagementGraphIterator(ManagementGraph managementGraph,
ManagementVertex startVertex,
boolean forward)
Creates a new management graph iterator.
|
ManagementGroupVertexIterator(ManagementGraph managementGraph,
boolean forward,
int stage)
Creates a new management group vertex iterator.
|
ManagementStage(ManagementGraph managementGraph,
int stageNumber)
Constructs a new management stage.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementGraph |
ExtendedManagementProtocol.getManagementGraph(JobID jobID)
Retrieves the management graph for the job
with the given ID.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.