Package | Description |
---|---|
com.orientechnologies.common.concur.resource | |
com.orientechnologies.orient.core.command.script |
Modifier and Type | Method and Description |
---|---|
OPartitionedObjectPool.PoolEntry<T> |
OPartitionedObjectPool.acquire() |
Modifier and Type | Method and Description |
---|---|
void |
OPartitionedObjectPool.release(OPartitionedObjectPool.PoolEntry<T> entry) |
Modifier and Type | Method and Description |
---|---|
OPartitionedObjectPool.PoolEntry<ScriptEngine> |
OScriptManager.acquireDatabaseEngine(String databaseName,
String language)
Acquires a database engine from the pool.
|
OPartitionedObjectPool.PoolEntry<ScriptEngine> |
ODatabaseScriptManager.acquireEngine(String language) |
Modifier and Type | Method and Description |
---|---|
void |
OScriptManager.releaseDatabaseEngine(String iLanguage,
String iDatabaseName,
OPartitionedObjectPool.PoolEntry<ScriptEngine> poolEntry)
Acquires a database engine from the pool.
|
void |
ODatabaseScriptManager.releaseEngine(String language,
OPartitionedObjectPool.PoolEntry<ScriptEngine> entry) |
Copyright © 2009–2020 OrientDB. All rights reserved.