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 EdgeEdge.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 StatusEdgesBuilder. addEdge(Edge e)Add an edge to the collection.StatusEdgesBuilder. addEdge(Edge e, ValidateLevel validateLevel)Add an edge to the collection.
-