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 Vertex
Vertex.Factory. create()
Vertex
Vertex.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 Status
VerticesBuilder. addVertex(Vertex v)
Add a vertex with the given index.Status
VerticesBuilder. addVertex(Vertex v, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long index)
Add a vertex with the given index.Status
VerticesBuilder. addVertex(Vertex v, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long index, ValidateLevel validateLevel)
Add a vertex with the given index.
-