Package | Description |
---|---|
org.apache.flink.runtime.jobgraph.topology | |
org.apache.flink.runtime.scheduler.adapter | |
org.apache.flink.runtime.scheduler.strategy |
Modifier and Type | Interface and Description |
---|---|
interface |
LogicalTopology<V extends LogicalVertex<V,R>,R extends LogicalResult<V,R>>
Represents a logical topology, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLogicalTopology
Default implementation of
LogicalTopology . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecutionTopology
Adapter of
ExecutionGraph to SchedulingTopology . |
Modifier and Type | Interface and Description |
---|---|
interface |
SchedulingTopology
Topology of
SchedulingExecutionVertex . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.