| Modifier and Type | Interface and Description |
|---|---|
interface |
ODatabaseDocumentInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
ODatabaseDocumentEmbeddedPooled
Created by tglman on 07/07/16.
|
class |
ODatabaseDocumentRemotePooled
Created by tglman on 07/07/16.
|
| Modifier and Type | Method and Description |
|---|---|
ODatabaseSession |
ODatabasePoolInternal.acquire() |
ODatabaseSession |
ODatabasePool.acquire() |
ODatabaseSession |
ODatabasePoolImpl.acquire() |
ODatabaseSession |
OrientDB.open(String database,
String user,
String password)
Open a database
|
ODatabaseSession |
OrientDB.open(String database,
String user,
String password,
OrientDBConfig config)
Open a database
|
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
ODatabase.executeWithRetry(int nRetries,
Function<ODatabaseSession,T> function)
Tries to execute a lambda in a transaction, retrying it if an ONeedRetryException is thrown.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ODatabaseDocumentAbstract
Document API entrypoint.
|
class |
ODatabaseDocumentEmbedded
Created by tglman on 27/06/16.
|
class |
ODatabaseDocumentRemote
Created by tglman on 30/06/16.
|
class |
ODatabaseDocumentTx
Deprecated.
|
class |
ODatabaseDocumentTxPooled
Pooled wrapper to the ODatabaseDocumentTx class.
|
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
ODatabaseObject.executeWithRetry(int nRetries,
Function<ODatabaseSession,T> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
OGraphRepair.check(ODatabaseSession graph,
OCommandOutputListener outputListener,
Map<String,List<String>> options) |
void |
OGraphRepair.repair(ODatabaseSession graph,
OCommandOutputListener outputListener,
Map<String,List<String>> options) |
protected void |
OGraphRepair.repairEdges(ODatabaseSession graph,
com.orientechnologies.orient.core.db.tool.OGraphRepair.ORepairStats stats,
OCommandOutputListener outputListener,
Map<String,List<String>> options,
boolean checkOnly) |
protected void |
OGraphRepair.repairVertices(ODatabaseSession graph,
com.orientechnologies.orient.core.db.tool.OGraphRepair.ORepairStats stats,
OCommandOutputListener outputListener,
Map<String,List<String>> options,
boolean checkOnly) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
OObjectDatabaseTx.executeWithRetry(int nRetries,
Function<ODatabaseSession,T> function) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODatabaseDocumentDistributed
Created by tglman on 30/03/17.
|
class |
ODatabaseDocumentDistributedPooled
Created by tglman on 30/03/17.
|
Copyright © 2009–2025 OrientDB. All rights reserved.