Class OObjectDatabasePool
java.lang.Object
java.lang.Thread
com.orientechnologies.orient.core.db.ODatabasePoolBase<OObjectDatabaseTx>
com.orientechnologies.orient.object.db.OObjectDatabasePool
- All Implemented Interfaces:
Runnable
Deprecated.
Please use com.orientechnologies.orient.core.db.OPartitionedDatabasePool instead.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class com.orientechnologies.orient.core.db.ODatabasePoolBase
dbPool, url, userName, userPasswordFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.OObjectDatabasePool(String iURL, String iUserName, String iUserPassword) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected OObjectDatabaseTxcreateResource(Object owner, String iDatabaseName, Object... iAdditionalArgs) Deprecated.static OObjectDatabasePoolglobal()Deprecated.static OObjectDatabasePoolglobal(int iPoolMin, int iPoolMax) Deprecated.Methods inherited from class com.orientechnologies.orient.core.db.ODatabasePoolBase
acquire, acquire, acquire, close, getAvailableConnections, getConnectionsInCurrentThread, getCreatedInstances, getMaxSize, getPools, release, remove, run, setup, setup, setupMethods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Constructor Details
-
OObjectDatabasePool
public OObjectDatabasePool()Deprecated. -
OObjectDatabasePool
Deprecated.
-
-
Method Details
-
global
Deprecated. -
global
Deprecated. -
createResource
protected OObjectDatabaseTx createResource(Object owner, String iDatabaseName, Object... iAdditionalArgs) Deprecated.- Specified by:
createResourcein classODatabasePoolBase<OObjectDatabaseTx>
-