public class DeadlockGraph extends Object
| Modifier and Type | Field and Description |
|---|---|
Set<DeadlockVertex> |
vertices |
| Constructor and Description |
|---|
DeadlockGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(PlanNode source,
PlanNode destination) |
DeadlockVertex |
addVertex(PlanNode original) |
boolean |
hasCycle() |
long |
size() |
String |
toString() |
Set<DeadlockVertex> |
vertices() |
public Set<DeadlockVertex> vertices
public Set<DeadlockVertex> vertices()
public DeadlockVertex addVertex(PlanNode original)
public long size()
public boolean hasCycle()
Copyright © 2014 The Apache Software Foundation. All rights reserved.