| Modifier and Type | Interface and Description |
|---|---|
interface |
FailoverVertex<V extends FailoverVertex<V,R>,R extends FailoverResultPartition<V,R>>
Represents an
ExecutionVertex. |
| Modifier and Type | Method and Description |
|---|---|
static <V extends Vertex<?,?,V,R>,R extends Result<?,?,V,R>> |
PipelinedRegionComputeUtil.computePipelinedRegions(Topology<?,?,V,R> topology) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogicalVertex<V extends LogicalVertex<V,R>,R extends LogicalResult<V,R>>
Represents a vertex in
LogicalTopology, i.e. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLogicalVertex
Default implementation of
LogicalVertex. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchedulingExecutionVertex<V extends SchedulingExecutionVertex<V,R>,R extends SchedulingResultPartition<V,R>>
Scheduling representation of
ExecutionVertex. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Result<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>
|
interface |
Topology<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>
Base topology for all logical and execution topologies.
|
interface |
Vertex<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>
Represents a logical or execution task.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.