Uses of Class
com.orientechnologies.orient.core.db.OrientDBConfig
Packages that use OrientDBConfig
Package
Description
-
Uses of OrientDBConfig in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return OrientDBConfigMethods in com.orientechnologies.orient.client.remote with parameters of type OrientDBConfigModifier and TypeMethodDescriptionOrientDBRemote.cachedPool(String database, String user, String password, OrientDBConfig config) voidOrientDBRemote.create(String name, String user, String password, ODatabaseType databaseType, OrientDBConfig config) voidOrientDBRemote.create(String name, String user, String password, ODatabaseType type, OrientDBConfig config, ODatabaseTask<Void> createOps) protected OCachedDatabasePoolFactoryOrientDBRemote.createCachedDatabasePoolFactory(OrientDBConfig config) OrientDBRemote.open(OAuthenticationInfo authenticationInfo, OrientDBConfig config) OrientDBRemote.open(String name, String user, String password, OrientDBConfig config) OrientDBRemote.openPool(String name, String user, String password, OrientDBConfig config) voidOrientDBRemote.restore(String name, String user, String password, ODatabaseType type, String path, OrientDBConfig config) Constructors in com.orientechnologies.orient.client.remote with parameters of type OrientDBConfigModifierConstructorDescriptionOrientDBRemote(String[] hosts, OrientDBConfig configurations, Orient orient) -
Uses of OrientDBConfig in com.orientechnologies.orient.client.remote.db.document
Methods in com.orientechnologies.orient.client.remote.db.document with parameters of type OrientDBConfigModifier and TypeMethodDescriptionvoidODatabaseDocumentRemote.internalOpen(String user, String password, OrientDBConfig config) -
Uses of OrientDBConfig in com.orientechnologies.orient.core.db
Fields in com.orientechnologies.orient.core.db declared as OrientDBConfigMethods in com.orientechnologies.orient.core.db that return OrientDBConfigModifier and TypeMethodDescriptionOrientDBConfigBuilder.build()static OrientDBConfigOrientDBConfig.defaultConfig()ODatabasePoolImpl.getConfig()ODatabasePoolInternal.getConfig()OrientDBEmbedded.getConfigurations()OrientDBInternal.getConfigurations()protected OrientDBConfigOrientDBEmbedded.solveConfig(OrientDBConfig config) Methods in com.orientechnologies.orient.core.db with parameters of type OrientDBConfigModifier and TypeMethodDescriptionOrientDB.cachedPool(String database, String user, String password, OrientDBConfig config) Retrieve cached database pool with given username and passwordOrientDBEmbedded.cachedPool(String database, String user, String password, OrientDBConfig config) OrientDBInternal.cachedPool(String database, String user, String password, OrientDBConfig config) voidOrientDB.create(String database, ODatabaseType type, OrientDBConfig config) Create a new databasevoidOrientDBEmbedded.create(String name, String user, String password, ODatabaseType type, OrientDBConfig config) voidOrientDBEmbedded.create(String name, String user, String password, ODatabaseType type, OrientDBConfig config, ODatabaseTask<Void> createOps) voidOrientDBInternal.create(String name, String user, String password, ODatabaseType type, OrientDBConfig config) Create a new databasevoidOrientDBInternal.create(String name, String user, String password, ODatabaseType type, OrientDBConfig config, ODatabaseTask<Void> createOps) protected OCachedDatabasePoolFactoryOrientDBEmbedded.createCachedDatabasePoolFactory(OrientDBConfig config) booleanOrientDB.createIfNotExists(String database, ODatabaseType type, OrientDBConfig config) Create a new database if not existsdefault booleanOrientDBInternal.deltaSync(String dbName, InputStream backupStream, OrientDBConfig config) static OrientDBInternalOrientDBInternal.distributed(String directoryPath, OrientDBConfig configuration) static OrientDBInternalOrientDBInternal.embedded(String directoryPath, OrientDBConfig config) Create a new Embedded factorystatic OrientDBInternalOrientDBInternal.fromUrl(String url, OrientDBConfig configuration) Create a new factory from a given url.default voidOrientDBInternal.fullSync(String dbName, InputStream backupStream, OrientDBConfig config) OCachedDatabasePoolFactory.get(String database, String username, String password, OrientDBConfig config) GetODatabasePoolInternalfrom cache or create and cache newODatabasePoolInternalOCachedDatabasePoolFactoryImpl.get(String database, String username, String password, OrientDBConfig parentConfig) Get or create database pool instance for given userprotected OStorageOrientDBEmbedded.getAndOpenStorage(String name, OrientDBConfig config) protected ODatabaseDocumentEmbeddedOrientDBEmbedded.internalCreate(OrientDBConfig config, OStorage storage) protected ODatabaseDocumentEmbeddedOrientDBEmbedded.newCreateSessionInstance(OStorage storage, OrientDBConfig config) protected ODatabaseDocumentEmbeddedOrientDBEmbedded.newSessionInstance(OStorage storage, OrientDBConfig config) OrientDB.open(String database, String user, String password, OrientDBConfig config) Open a databaseOrientDBEmbedded.open(OAuthenticationInfo authenticationInfo, OrientDBConfig config) OrientDBEmbedded.open(String name, String user, String password, OrientDBConfig config) OrientDBInternal.open(OAuthenticationInfo authenticationInfo, OrientDBConfig config) Open a database specified by name using the authentication info provided, with specific configurationOrientDBInternal.open(String name, String user, String password, OrientDBConfig config) Open a database specified by name using the username and password if needed, with specific configurationOrientDBEmbedded.openPool(String name, String user, String password, OrientDBConfig config) OrientDBInternal.openPool(String name, String user, String password, OrientDBConfig config) Open a pool of databases, similar to open but with multiple instances.static OrientDBInternalOrientDBInternal.remote(String[] hosts, OrientDBConfig configuration) Create a new remote factoryvoidOrientDBEmbedded.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) voidOrientDBConfig.setParent(OrientDBConfig parent) protected OrientDBConfigOrientDBEmbedded.solveConfig(OrientDBConfig config) Constructors in com.orientechnologies.orient.core.db with parameters of type OrientDBConfigModifierConstructorDescriptionODatabasePool(OrientDB environment, String database, String user, String password, OrientDBConfig configuration) Open a new database pool on a specific environment, with a specific configuration for this pool.ODatabasePool(String url, String user, String password, OrientDBConfig configuration) Open a new database pool from a url and additional configuration, useful in case the application access to only a database or do not manipulate databases.ODatabasePool(String environment, String database, String user, String password, OrientDBConfig configuration) Open a new database pool from a environment and a database name with a custom configuration, useful in case the application access to only a database or do not manipulate databases.ODatabasePoolImpl(OrientDBInternal factory, String database, String user, String password, OrientDBConfig config) OrientDB(String url, OrientDBConfig configuration) Create a new OrientDb instance for a specific environmentOrientDB(String url, String serverUser, String serverPassword, OrientDBConfig configuration) Create a new OrientDb instance for a specific environmentOrientDBEmbedded(String directoryPath, OrientDBConfig configurations, Orient orient) -
Uses of OrientDBConfig in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that return OrientDBConfigMethods in com.orientechnologies.orient.core.db.document with parameters of type OrientDBConfigModifier and TypeMethodDescriptionvoidODatabaseDocumentEmbedded.init(OrientDBConfig config, OSharedContext sharedContext) voidODatabaseDocumentEmbedded.internalCreate(OrientDBConfig config, OSharedContext ctx) -
Uses of OrientDBConfig in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db with parameters of type OrientDBConfigModifier and TypeMethodDescriptionvoidOrientDBDistributed.create(String name, String user, String password, ODatabaseType type, OrientDBConfig config, ODatabaseTask<Void> createOps) booleanOrientDBDistributed.deltaSync(String dbName, InputStream backupStream, OrientDBConfig config) voidOrientDBDistributed.fullSync(String dbName, InputStream backupStream, OrientDBConfig config) protected ODatabaseDocumentEmbeddedOrientDBDistributed.newCreateSessionInstance(OStorage storage, OrientDBConfig config) protected ODatabaseDocumentEmbeddedOrientDBDistributed.newSessionInstance(OStorage storage, OrientDBConfig config) OrientDBDistributed.open(String name, String user, String password, OrientDBConfig config) Constructors in com.orientechnologies.orient.distributed.db with parameters of type OrientDBConfigModifierConstructorDescriptionOrientDBDistributed(String directoryPath, OrientDBConfig config, Orient instance) -
Uses of OrientDBConfig in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db with parameters of type OrientDBConfigModifier and TypeMethodDescriptionvoidOrientDBObject.create(String name, ODatabaseType type, OrientDBConfig config) Create a new databaseOrientDBObject.open(String name, String user, String password, OrientDBConfig config) Open a database specified by name using the username and password if needed, with specific configurationConstructors in com.orientechnologies.orient.object.db with parameters of type OrientDBConfigModifierConstructorDescriptionODatabaseObjectPool(OrientDBObject environment, String database, String user, String password, OrientDBConfig configuration) ODatabaseObjectPool(String url, String user, String password, OrientDBConfig configuration) ODatabaseObjectPool(String environment, String database, String user, String password, OrientDBConfig configuration) OrientDBObject(String environment, OrientDBConfig config) Create a new OrientDb Object instance for a specific environmentOrientDBObject(String environment, String serverUser, String serverPassword, OrientDBConfig config) Create a new OrientDB Object instance for a specific environment -
Uses of OrientDBConfig in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server with parameters of type OrientDBConfigModifier and TypeMethodDescriptionvoidOServer.createDatabase(String databaseName, ODatabaseType type, OrientDBConfig config) -
Uses of OrientDBConfig in com.orientechnologies.orient.server.distributed.config
Methods in com.orientechnologies.orient.server.distributed.config that return OrientDBConfigModifier and TypeMethodDescriptionstatic OrientDBConfigODistributedConfig.buildConfig(OContextConfiguration contextConfiguration, OServerDistributedConfiguration distributed) -
Uses of OrientDBConfig in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type OrientDBConfigModifier and TypeMethodDescriptionvoidODatabaseDocumentDistributed.init(OrientDBConfig config, OSharedContext sharedContext)