Uses of Interface
org.apache.graphar.writers.builder.Edge
-
Packages that use Edge Package Description org.apache.graphar.writers.builder -
-
Uses of Edge in org.apache.graphar.writers.builder
Methods in org.apache.graphar.writers.builder that return Edge Modifier and Type Method Description Edge
Edge.Factory. create(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long srcId, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long dstId)
Initialize the edge with its source and destination.Methods in org.apache.graphar.writers.builder with parameters of type Edge Modifier and Type Method Description Status
EdgesBuilder. addEdge(Edge e)
Add an edge to the collection.Status
EdgesBuilder. addEdge(Edge e, ValidateLevel validateLevel)
Add an edge to the collection.
-