| Package | Description |
|---|---|
| org.apache.flink.compiler.deadlockdetect |
| Modifier and Type | Field and Description |
|---|---|
Set<DeadlockVertex> |
DeadlockGraph.vertices |
| Modifier and Type | Method and Description |
|---|---|
DeadlockVertex |
DeadlockGraph.addVertex(PlanNode original) |
DeadlockVertex |
DeadlockEdge.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
Set<DeadlockVertex> |
DeadlockGraph.vertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeadlockVertex.addEdge(DeadlockVertex destination) |
void |
DeadlockEdge.setDestination(DeadlockVertex destination) |
| Constructor and Description |
|---|
DeadlockEdge(DeadlockVertex d) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.