public class EdgeWithLocalIds<ED>
extends Object
implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
EdgeWithLocalIds(long srcId,
long dstId,
int localSrcId,
int localDstId,
ED attr) |
| Modifier and Type | Method and Description |
|---|---|
ED |
attr() |
long |
dstId() |
static <ED> org.apache.spark.util.collection.SortDataFormat<EdgeWithLocalIds<ED>,EdgeWithLocalIds<ED>[]> |
edgeArraySortDataFormat() |
static <ED> scala.math.Ordering<EdgeWithLocalIds<ED>> |
lexicographicOrdering() |
int |
localDstId() |
int |
localSrcId() |
long |
srcId() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic EdgeWithLocalIds(long srcId,
long dstId,
int localSrcId,
int localDstId,
ED attr)
public static <ED> scala.math.Ordering<EdgeWithLocalIds<ED>> lexicographicOrdering()
public static <ED> org.apache.spark.util.collection.SortDataFormat<EdgeWithLocalIds<ED>,EdgeWithLocalIds<ED>[]> edgeArraySortDataFormat()
public long srcId()
public long dstId()
public int localSrcId()
public int localDstId()
public ED attr()