Uses of Class
com.c8db.model.VertexCreateOptions
-
Packages that use VertexCreateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of VertexCreateOptions in com.c8db
Methods in com.c8db with parameters of type VertexCreateOptions Modifier and Type Method Description <T> VertexEntityC8VertexCollection. insertVertex(T value, VertexCreateOptions options)Creates a new vertex in the collection -
Uses of VertexCreateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type VertexCreateOptions Modifier and Type Method Description <T> VertexEntityC8VertexCollectionImpl. insertVertex(T value, VertexCreateOptions options)protected <T> RequestInternalC8VertexCollection. insertVertexRequest(T value, VertexCreateOptions options) -
Uses of VertexCreateOptions in com.c8db.model
Methods in com.c8db.model that return VertexCreateOptions Modifier and Type Method Description VertexCreateOptionsVertexCreateOptions. waitForSync(Boolean waitForSync)
-