Package | Description |
---|---|
com.orientechnologies.orient.core.db | |
com.orientechnologies.orient.server.distributed.impl |
Modifier and Type | Class and Description |
---|---|
class |
ODatabasePoolImpl
Created by tglman on 07/07/16.
|
Modifier and Type | Field and Description |
---|---|
protected Set<ODatabasePoolInternal> |
OrientDBEmbedded.pools |
Modifier and Type | Method and Description |
---|---|
ODatabasePoolInternal |
OrientDBRemote.cachedPool(String database,
String user,
String password) |
ODatabasePoolInternal |
OrientDBEmbedded.cachedPool(String database,
String user,
String password) |
ODatabasePoolInternal |
OrientDBInternal.cachedPool(String database,
String user,
String password) |
ODatabasePoolInternal |
OrientDBRemote.cachedPool(String database,
String user,
String password,
OrientDBConfig config) |
ODatabasePoolInternal |
OrientDBEmbedded.cachedPool(String database,
String user,
String password,
OrientDBConfig config) |
ODatabasePoolInternal |
OrientDBInternal.cachedPool(String database,
String user,
String password,
OrientDBConfig config) |
ODatabasePoolInternal |
OCachedDatabasePoolFactory.get(String database,
String username,
String password,
OrientDBConfig config)
Get
ODatabasePoolInternal from cache or create and cache new ODatabasePoolInternal |
ODatabasePoolInternal |
OCachedDatabasePoolFactoryImpl.get(String database,
String username,
String password,
OrientDBConfig parentConfig)
Get or create database pool instance for given user
|
ODatabasePoolInternal |
OrientDBRemote.openPool(String name,
String user,
String password) |
ODatabasePoolInternal |
OrientDBEmbedded.openPool(String name,
String user,
String password) |
ODatabasePoolInternal |
OrientDBInternal.openPool(String name,
String user,
String password)
Open a pool of databases, similar to open but with multiple instances.
|
ODatabasePoolInternal |
OrientDBRemote.openPool(String name,
String user,
String password,
OrientDBConfig config) |
ODatabasePoolInternal |
OrientDBEmbedded.openPool(String name,
String user,
String password,
OrientDBConfig config) |
ODatabasePoolInternal |
OrientDBInternal.openPool(String name,
String user,
String password,
OrientDBConfig config)
Open a pool of databases, similar to open but with multiple instances.
|
Constructor and Description |
---|
ODatabaseDocumentEmbeddedPooled(ODatabasePoolInternal pool,
OStorage storage) |
ODatabaseDocumentRemotePooled(ODatabasePoolInternal pool,
OStorageRemote storage) |
Constructor and Description |
---|
ODatabaseDocumentDistributedPooled(ODatabasePoolInternal pool,
OStorage storage,
OHazelcastPlugin hazelcastPlugin) |
Copyright © 2009–2020 OrientDB. All rights reserved.