Uses of Class
com.c8db.model.GraphCreateOptions
-
Packages that use GraphCreateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of GraphCreateOptions in com.c8db
Methods in com.c8db with parameters of type GraphCreateOptions Modifier and Type Method Description GraphEntityC8Graph. create(Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Creates the graph in the graph module.GraphEntityC8Database. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Create a new graph in the graph module. -
Uses of GraphCreateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type GraphCreateOptions Modifier and Type Method Description GraphEntityC8GraphImpl. create(Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)GraphEntityC8DatabaseImpl. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)protected RequestInternalC8Database. createGraphRequest(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) -
Uses of GraphCreateOptions in com.c8db.model
Methods in com.c8db.model that return GraphCreateOptions Modifier and Type Method Description static GraphCreateOptionsOptionsBuilder. build(GraphCreateOptions options, String name, Collection<EdgeDefinition> edgeDefinitions)protected GraphCreateOptionsGraphCreateOptions. edgeDefinitions(Collection<EdgeDefinition> edgeDefinitions)protected GraphCreateOptionsGraphCreateOptions. name(String name)GraphCreateOptionsGraphCreateOptions. numberOfShards(Integer numberOfShards)GraphCreateOptionsGraphCreateOptions. orphanCollections(String... orphanCollections)Methods in com.c8db.model with parameters of type GraphCreateOptions Modifier and Type Method Description static GraphCreateOptionsOptionsBuilder. build(GraphCreateOptions options, String name, Collection<EdgeDefinition> edgeDefinitions)
-