| Package | Description |
|---|---|
| org.apache.flink.runtime.event.job | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
JobVertexID |
VertexEvent.getJobVertexID()
Returns the ID of the job vertex this event belongs to.
|
| Constructor and Description |
|---|
VertexEvent(long timestamp,
JobVertexID jobVertexID,
String jobVertexName,
int totalNumberOfSubtasks,
int indexOfSubtask,
ExecutionState currentExecutionState,
String description)
Constructs a new vertex event object.
|
| Modifier and Type | Method and Description |
|---|---|
JobVertexID |
ExecutionGroupVertex.getJobVertexID()
Returns the ID of the job vertex which is represented by
this group vertex.
|
| Constructor and Description |
|---|
ExecutionGroupVertex(String name,
JobVertexID jobVertexID,
ExecutionGraph executionGraph,
int userDefinedNumberOfMembers,
boolean userDefinedVertexToShareInstanceWith,
int numberOfExecutionRetries,
Configuration configuration,
ExecutionSignature signature,
Class<? extends AbstractInvokable> invokableClass)
Constructs a new group vertex.
|
| Modifier and Type | Method and Description |
|---|---|
JobVertexID |
AbstractJobVertex.getID()
Returns the ID of this job vertex.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractJobVertex |
JobGraph.findVertexByID(JobVertexID id)
Searches for a vertex with a matching ID and returns it.
|
| Constructor and Description |
|---|
AbstractJobInputVertex(String name,
JobVertexID id,
JobGraph jobGraph)
Constructs a new job input vertex with the given name.
|
AbstractJobOutputVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
AbstractJobVertex(String name,
JobVertexID id,
JobGraph jobGraph)
Constructs a new job vertex and assigns it with the given name.
|
JobInputVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
JobOutputVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
JobTaskVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.