| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
ODatabaseDocumentEmbedded |
ODefaultEmbeddedDatabaseInstanceFactory.newPoolInstance(ODatabasePoolInternal pool,
OStorage storage) |
ODatabaseDocumentEmbedded |
OEmbeddedDatabaseInstanceFactory.newPoolInstance(ODatabasePoolInternal pool,
OStorage storage) |
ODatabaseDocumentRemotePooled |
OrientDBRemote.poolOpen(String name,
String user,
String password,
ODatabasePoolInternal pool) |
ODatabaseDocumentInternal |
OrientDBEmbedded.poolOpen(String name,
String user,
String password,
ODatabasePoolInternal pool) |
ODatabaseDocumentInternal |
OrientDBInternal.poolOpen(String name,
String user,
String password,
ODatabasePoolInternal pool)
Internal api for request to open a database with a pool
|
void |
OrientDBRemote.removePool(ODatabasePoolInternal pool) |
void |
OrientDBEmbedded.removePool(ODatabasePoolInternal pool) |
void |
OrientDBInternal.removePool(ODatabasePoolInternal toRemove)
Internal API for pool close
|
| 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–2025 OrientDB. All rights reserved.