Uses of Class
com.c8db.model.EdgeCreateOptions
-
Packages that use EdgeCreateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of EdgeCreateOptions in com.c8db
Methods in com.c8db with parameters of type EdgeCreateOptions Modifier and Type Method Description <T> EdgeEntityC8EdgeCollection. insertEdge(T value, EdgeCreateOptions options)Creates a new edge in the collection -
Uses of EdgeCreateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type EdgeCreateOptions Modifier and Type Method Description <T> EdgeEntityC8EdgeCollectionImpl. insertEdge(T value, EdgeCreateOptions options)protected <T> RequestInternalC8EdgeCollection. insertEdgeRequest(T value, EdgeCreateOptions options) -
Uses of EdgeCreateOptions in com.c8db.model
Methods in com.c8db.model that return EdgeCreateOptions Modifier and Type Method Description EdgeCreateOptionsEdgeCreateOptions. waitForSync(Boolean waitForSync)
-