|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.concurrent.TxDag.Edge
public static class TxDag.Edge
A representation of an edge in the DAG used for export of information to the caller.
| Field Summary | |
|---|---|
Object |
src
The transaction object for the source vertex (src WAITS_FOR tgt). |
| Method Summary | |
|---|---|
Object |
getSource()
The transaction object which is the source of the WAITS_FOR edge. |
Object |
getTarget()
The transaction object which is the target of the WAITS_FOR edge. |
boolean |
isExplicit()
Return true iff the edge was explicitly asserted (versus implied by the transitive closure of the WAITS_FOR graph). |
String |
toString()
Human readable representation of the edge. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Object src
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Object getSource()
public Object getTarget()
public boolean isExplicit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||