public final class EdgeChange extends DataChange
DataChange.ChangeAction
Modifier and Type | Method and Description |
---|---|
Long |
getDVID()
This method retuns the ID of the end vertex in string format
|
String |
getEdgeLabel()
This method retuns the edge label
|
static EdgeChange |
getInstance(DataChange.ChangeAction ca, Long longID, String szKey, Object v, Long longStartSCN, Long longEndSCN, String szXID, String szLbl, Long longSVID, Long longDVID)
This method returns an instance of EdgeChange.
|
Long |
getSVID()
This method retuns the ID of the start vertex in string format
|
String |
toString()
Returns a readable form of this vertex change
|
getChangeAction, getEndSCN, getID, getKey, getStartSCN, getValue, getXID, pad, pad, translateIntoChangeAction
public Long getDVID()
public String getEdgeLabel()
public static EdgeChange getInstance(DataChange.ChangeAction ca, Long longID, String szKey, Object v, Long longStartSCN, Long longEndSCN, String szXID, String szLbl, Long longSVID, Long longDVID)
public Long getSVID()
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.