Uses of Interface
org.apache.graphar.writers.builder.Vertex
-
Packages that use Vertex Package Description org.apache.graphar.writers.builder -
-
Uses of Vertex in org.apache.graphar.writers.builder
Methods in org.apache.graphar.writers.builder that return Vertex Modifier and Type Method Description VertexVertex.Factory. create()VertexVertex.Factory. create(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long id)Initialize the vertex with a given id.Methods in org.apache.graphar.writers.builder with parameters of type Vertex Modifier and Type Method Description StatusVerticesBuilder. addVertex(Vertex v)Add a vertex with the given index.StatusVerticesBuilder. addVertex(Vertex v, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long index)Add a vertex with the given index.StatusVerticesBuilder. addVertex(Vertex v, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long index, ValidateLevel validateLevel)Add a vertex with the given index.
-