PhysicalPlan |
A job's physical plan, to be executed by the Runtime.
|
PhysicalPlanGenerator |
A function that converts an IR DAG to physical DAG.
|
RuntimeEdge<V extends Vertex> |
Represents the edge between vertices in a logical/physical plan in runtime.
|
Stage |
Stage.
|
StageEdge |
Edge of a stage that connects an IRVertex of the source stage to an IRVertex of the destination stage.
|
StagePartitioner |
A function that is responsible for stage partitioning on IR DAG.
|
Task |
A Task (attempt) is a self-contained executable that can be executed on a machine.
|
TestPlanGenerator |
Generates physical plans for testing purposes.
|