Package | Description |
---|---|
edu.snu.coral.common.dag | |
edu.snu.coral.common.ir.edge | |
edu.snu.coral.runtime.common.plan | |
edu.snu.coral.runtime.common.plan.physical | |
edu.snu.coral.runtime.common.plan.stage |
Modifier and Type | Class and Description |
---|---|
class |
DAG<V extends Vertex,E extends Edge<V>>
DAG implementation.
|
class |
DAGBuilder<V extends Vertex,E extends Edge<V>>
DAG Builder.
|
Modifier and Type | Method and Description |
---|---|
<V2 extends Vertex,E2 extends Edge<V2>> |
DAG.convert(Function<DAG<V,E>,DAG<V2,E2>> function)
Converts a DAG into another DAG according to a function.
|
Modifier and Type | Class and Description |
---|---|
class |
IREdge
Physical execution plan of intermediate data movement.
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeEdge<V extends Vertex>
Represents the edge between vertices in a logical/physical plan in runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
PhysicalStageEdge
Contains information stage boundary
StageEdge . |
Modifier and Type | Class and Description |
---|---|
class |
StageEdge
Stage Edge.
|
Copyright © 2018. All rights reserved.