| Modifier and Type | Method and Description |
|---|---|
ManagementVertexID |
VertexAssignmentEvent.getVertexID()
Returns the ID of the vertex this event refers to.
|
ManagementVertexID |
ExecutionStateChangeEvent.getVertexID()
Returns the ID of the vertex this event refers to.
|
| Constructor and Description |
|---|
ExecutionStateChangeEvent(long timestamp,
ManagementVertexID managementVertexID,
ExecutionState newExecutionState)
Constructs a new vertex event object.
|
VertexAssignmentEvent(long timestamp,
ManagementVertexID managementVertexID,
String instanceName)
Constructs a new event.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementVertexID |
ExecutionVertexID.toManagementVertexID()
Converts the execution vertex ID into a
management vertex ID.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionVertexID |
ExecutionVertexID.fromManagementVertexID(ManagementVertexID vertexID)
Converts the given management vertex ID into the corresponding execution vertex ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobManager.killTask(JobID jobID,
ManagementVertexID id) |
| Modifier and Type | Method and Description |
|---|---|
long |
ArchiveListener.getVertexTime(JobID jobID,
ManagementVertexID jobVertexID,
ExecutionState executionState)
returns the time, when the status of the given vertex changed to executionState
|
long |
MemoryArchivist.getVertexTime(JobID jobID,
ManagementVertexID jobVertexID,
ExecutionState executionState) |
| Modifier and Type | Method and Description |
|---|---|
ManagementVertexID |
ManagementVertex.getID()
Returns the ID of this management vertex.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementVertex |
ManagementGraph.getVertexByID(ManagementVertexID id)
Returns the vertex with the given ID from the graph's internal vertex map.
|
| Constructor and Description |
|---|
ManagementVertex(ManagementGroupVertex groupVertex,
ManagementVertexID id,
String instanceName,
int indexInGroup)
Constructs a new management vertex.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementVertexID |
VertexProfilingEvent.getVertexID()
Returns the ID of the vertex this profiling information
belongs to.
|
| Constructor and Description |
|---|
InputGateProfilingEvent(int gateIndex,
int noRecordsAvailableCounter,
ManagementVertexID vertexID,
int profilingInterval,
JobID jobID,
long timestamp,
long profilingTimestamp)
Constructs a new input gate profiling event.
|
OutputGateProfilingEvent(int gateIndex,
int channelCapacityExhausted,
ManagementVertexID vertexID,
int profilingInterval,
JobID jobID,
long timestamp,
long profilingTimestamp)
Constructs a new output gate profiling event.
|
ThreadProfilingEvent(int userTime,
int systemTime,
int blockedTime,
int waitedTime,
ManagementVertexID vertexID,
int profilingInterval,
JobID jobID,
long timestamp,
long profilingTimestamp) |
VertexProfilingEvent(ManagementVertexID vertexID,
int profilingInterval,
JobID jobID,
long timestamp,
long profilingTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedManagementProtocol.killTask(JobID jobID,
ManagementVertexID id)
Kills the task with the given vertex ID.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.