| Modifier and Type | Method and Description |
|---|---|
static <V extends Vertex<?,?,V,R>,R extends Result<?,?,V,R>> |
PipelinedRegionComputeUtil.computePipelinedRegions(Iterable<? extends V> topologicallySortedVertexes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogicalVertex
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
Scheduling representation of
ExecutionVertex. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseTopology<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 |
PipelinedRegion<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>
A pipelined region is a set of vertices connected via pipelined data exchanges.
|
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>,PR extends PipelinedRegion<VID,RID,V,R>>
Extends the
BaseTopology by pipelined regions. |
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–2021 The Apache Software Foundation. All rights reserved.