Uses of Enum Class
com.orientechnologies.orient.core.db.ODatabaseType
Packages that use ODatabaseType
Package
Description
-
Uses of ODatabaseType in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type ODatabaseTypeModifier and TypeMethodDescriptionvoidOrientDBRemote.create(String name, String user, String password, ODatabaseType databaseType) voidOrientDBRemote.create(String name, String user, String password, ODatabaseType databaseType, OrientDBConfig config) voidOrientDBRemote.create(String name, String user, String password, ODatabaseType type, ODatabaseId id, OrientDBConfig config, OCreateDatabaseParameters createParameters) voidOrientDBRemote.restore(String name, String user, String password, ODatabaseType type, String path, OrientDBConfig config) -
Uses of ODatabaseType in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return ODatabaseTypeModifier and TypeMethodDescriptionstatic ODatabaseTypeReturns the enum constant of this class with the specified name.static ODatabaseType[]ODatabaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.core.db with parameters of type ODatabaseTypeModifier and TypeMethodDescriptionvoidOrientDB.create(String database, ODatabaseType type) Create a new databasevoidOrientDB.create(String database, ODatabaseType type, OrientDBConfig config) Create a new databasevoidOrientDBEmbedded.create(String name, String user, String password, ODatabaseType type) voidOrientDBEmbedded.create(String name, String user, String password, ODatabaseType type, OrientDBConfig config) voidOrientDBEmbedded.create(String name, String user, String password, ODatabaseType type, ODatabaseId id, OrientDBConfig config, OCreateDatabaseParameters createParameters) voidOrientDBInternal.create(String name, String user, String password, ODatabaseType type) Create a new databasevoidOrientDBInternal.create(String name, String user, String password, ODatabaseType type, OrientDBConfig config) Create a new databasevoidOrientDBInternal.create(String name, String user, String password, ODatabaseType type, ODatabaseId id, OrientDBConfig config, OCreateDatabaseParameters createParameters) booleanOrientDB.createIfNotExists(String database, ODatabaseType type) Create a new database if not existsbooleanOrientDB.createIfNotExists(String database, ODatabaseType type, OrientDBConfig config) Create a new database if not existsvoidOrientDBEmbedded.restore(String name, String user, String password, ODatabaseType type, String path, OrientDBConfig config) voidOrientDBInternal.restore(String name, String user, String password, ODatabaseType type, String path, OrientDBConfig config) -
Uses of ODatabaseType in com.orientechnologies.orient.core.util
Methods in com.orientechnologies.orient.core.util that return types with arguments of type ODatabaseTypeConstructor parameters in com.orientechnologies.orient.core.util with type arguments of type ODatabaseTypeModifierConstructorDescriptionOURLConnection(String url, String type, String path, String dbName, Optional<ODatabaseType> dbType) -
Uses of ODatabaseType in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db with parameters of type ODatabaseTypeModifier and TypeMethodDescriptionvoidOrientDBDistributed.create(String name, String user, String password, ODatabaseType type, ODatabaseId id, OrientDBConfig config, OCreateDatabaseParameters createParameters) -
Uses of ODatabaseType in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db with parameters of type ODatabaseTypeModifier and TypeMethodDescriptionvoidOrientDBObject.create(String name, ODatabaseType type) Create a new databasevoidOrientDBObject.create(String name, ODatabaseType type, OrientDBConfig config) Create a new database -
Uses of ODatabaseType in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server with parameters of type ODatabaseTypeModifier and TypeMethodDescriptionvoidOServer.createDatabase(String databaseName, ODatabaseType type, OrientDBConfig config) -
Uses of ODatabaseType in org.apache.tinkerpop.gremlin.orientdb
Fields in org.apache.tinkerpop.gremlin.orientdb with type parameters of type ODatabaseTypeConstructors in org.apache.tinkerpop.gremlin.orientdb with parameters of type ODatabaseTypeModifierConstructorDescriptionOrientGraphFactory(OrientDB orientdb, String dbName, ODatabaseType type, String user, String password) OrientGraphFactory(String url, ODatabaseType type) OrientGraphFactory(String url, String user, String password, ODatabaseType type) Constructor parameters in org.apache.tinkerpop.gremlin.orientdb with type arguments of type ODatabaseTypeModifierConstructorDescriptionOPartitionedReCreatableDatabasePool(OrientDB orientdb, String dbName, Optional<ODatabaseType> type, String userName, String password, int maxSize)