Uses of Interface
com.orientechnologies.orient.core.db.ODatabasePoolInternal
Packages that use ODatabasePoolInternal
Package
Description
-
Uses of ODatabasePoolInternal in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return ODatabasePoolInternalModifier and TypeMethodDescriptionOrientDBRemote.cachedPool(String database, String user, String password) OrientDBRemote.cachedPool(String database, String user, String password, OrientDBConfig config) OrientDBRemote.openPool(String name, String user, String password, OrientDBConfig config) Methods in com.orientechnologies.orient.client.remote with parameters of type ODatabasePoolInternalModifier and TypeMethodDescriptionOrientDBRemote.poolOpen(String name, String user, String password, ODatabasePoolInternal pool) voidOrientDBRemote.removePool(ODatabasePoolInternal pool) Constructors in com.orientechnologies.orient.client.remote with parameters of type ODatabasePoolInternalModifierConstructorDescriptionODatabaseDocumentRemotePooled(ODatabasePoolInternal pool, OSharedContextRemote sharedContext) -
Uses of ODatabasePoolInternal in com.orientechnologies.orient.core.db
Classes in com.orientechnologies.orient.core.db that implement ODatabasePoolInternalFields in com.orientechnologies.orient.core.db with type parameters of type ODatabasePoolInternalModifier and TypeFieldDescriptionprotected final Set<ODatabasePoolInternal>OrientDBEmbedded.poolsMethods in com.orientechnologies.orient.core.db that return ODatabasePoolInternalModifier and TypeMethodDescriptionOrientDBEmbedded.cachedPool(String database, String user, String password) OrientDBEmbedded.cachedPool(String database, String user, String password, OrientDBConfig config) OrientDBInternal.cachedPool(String database, String user, String password) OrientDBInternal.cachedPool(String database, String user, String password, 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 userOrientDBEmbedded.openPool(String name, String user, String password, OrientDBConfig config) Open a pool of databases, similar to open but with multiple instances.OrientDBInternal.openPool(String name, String user, String password, OrientDBConfig config) Open a pool of databases, similar to open but with multiple instances.Methods in com.orientechnologies.orient.core.db with parameters of type ODatabasePoolInternalModifier and TypeMethodDescriptionprotected ODatabaseDocumentEmbeddedOrientDBEmbedded.newPooledSessionInstance(ODatabasePoolInternal pool, OStorage storage, OSharedContext sharedContext) OrientDBEmbedded.poolOpen(String name, String user, String password, ODatabasePoolInternal pool) OrientDBInternal.poolOpen(String name, String user, String password, ODatabasePoolInternal pool) Internal api for request to open a database with a poolvoidOrientDBEmbedded.removePool(ODatabasePoolInternal pool) voidOrientDBInternal.removePool(ODatabasePoolInternal toRemove) Internal API for pool closeConstructors in com.orientechnologies.orient.core.db with parameters of type ODatabasePoolInternalModifierConstructorDescriptionODatabaseDocumentEmbeddedPooled(ODatabasePoolInternal pool, OStorage storage) -
Uses of ODatabasePoolInternal in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db with parameters of type ODatabasePoolInternalModifier and TypeMethodDescriptionprotected ODatabaseDocumentEmbeddedOrientDBDistributed.newPooledSessionInstance(ODatabasePoolInternal pool, OStorage storage, OSharedContext sharedContext) OrientDBDistributed.poolOpen(String name, String user, String password, ODatabasePoolInternal pool) -
Uses of ODatabasePoolInternal in com.orientechnologies.orient.server.distributed.impl
Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type ODatabasePoolInternalModifierConstructorDescriptionODatabaseDocumentDistributedPooled(ODatabasePoolInternal pool, OStorage storage, ODistributedPlugin distributedPlugin)