Uses of Class
com.orientechnologies.orient.core.db.OCreateDatabaseParameters
Packages that use OCreateDatabaseParameters
Package
Description
-
Uses of OCreateDatabaseParameters in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type OCreateDatabaseParametersModifier and TypeMethodDescriptionvoidOrientDBRemote.create(String name, String user, String password, ODatabaseType type, ODatabaseId id, OrientDBConfig config, OCreateDatabaseParameters createParameters) -
Uses of OCreateDatabaseParameters in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type OCreateDatabaseParametersModifier and TypeMethodDescriptionvoidOrientDBEmbedded.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, ODatabaseId id, OrientDBConfig config, OCreateDatabaseParameters createParameters) -
Uses of OCreateDatabaseParameters in com.orientechnologies.orient.distributed.context.retryable
Methods in com.orientechnologies.orient.distributed.context.retryable that return OCreateDatabaseParametersModifier and TypeMethodDescriptionODeclareDatabaseRetryOperation.parameters()Returns the value of theparametersrecord component.Constructors in com.orientechnologies.orient.distributed.context.retryable with parameters of type OCreateDatabaseParametersModifierConstructorDescriptionODeclareDatabaseRetryOperation(ODatabaseId dbId, String name, OCreateDatabaseParameters parameters) Creates an instance of aODeclareDatabaseRetryOperationrecord class. -
Uses of OCreateDatabaseParameters in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db with parameters of type OCreateDatabaseParametersModifier and TypeMethodDescriptionvoidOrientDBDistributed.create(String name, String user, String password, ODatabaseType type, ODatabaseId id, OrientDBConfig config, OCreateDatabaseParameters createParameters) OrientDBDistributed.declareDatabaseFlow(String name, ODatabaseId dbId, OCreateDatabaseParameters createOps)