| Package | Description |
|---|---|
| com.orientechnologies.lucene.index | |
| com.orientechnologies.orient.client.remote | |
| com.orientechnologies.orient.core.command.script | |
| com.orientechnologies.orient.core.db | |
| com.orientechnologies.orient.core.db.document | |
| com.orientechnologies.orient.core.storage |
Contains the Storage interface and the basic implementations.
|
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| com.orientechnologies.orient.core.storage.impl.local.paginated | |
| com.orientechnologies.orient.core.tx | |
| com.orientechnologies.orient.object.db | |
| com.orientechnologies.orient.server.distributed.impl | |
| com.orientechnologies.orient.server.tx |
| Modifier and Type | Method and Description |
|---|---|
OLuceneTxChanges |
OLuceneIndexNotUnique.getTransactionChanges(OTransaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
List<ORecordOperation> |
OStorageRemote.commit(OTransaction iTx,
Runnable callback) |
void |
OStorageRemote.rollback(OTransaction iTx) |
| Modifier and Type | Method and Description |
|---|---|
OTransaction |
OScriptDocumentDatabaseWrapper.getTransaction() |
| Modifier and Type | Method and Description |
|---|---|
OTransaction |
ODatabase.getTransaction()
Return active transaction.
|
| Modifier and Type | Method and Description |
|---|---|
ODatabase<T> |
ODatabase.begin(OTransaction iTx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OTransaction |
ODatabaseDocumentTx.getTransaction() |
| Modifier and Type | Method and Description |
|---|---|
ODatabaseDocument |
ODatabaseDocumentTx.begin(OTransaction iTx) |
| Modifier and Type | Method and Description |
|---|---|
List<ORecordOperation> |
OStorage.commit(OTransaction iTx,
Runnable callback) |
void |
OStorage.rollback(OTransaction iTx) |
| Modifier and Type | Method and Description |
|---|---|
List<ORecordOperation> |
OAbstractPaginatedStorage.commit(OTransaction clientTx,
Runnable callback) |
void |
OAbstractPaginatedStorage.rollback(OTransaction clientTx) |
| Modifier and Type | Method and Description |
|---|---|
OTransaction |
OStorageTransaction.getClientTx() |
| Constructor and Description |
|---|
OStorageTransaction(OTransaction clientTx) |
| Modifier and Type | Class and Description |
|---|---|
class |
OTransactionAbstract |
class |
OTransactionNoTx
No operation transaction.
|
class |
OTransactionOptimistic |
class |
OTransactionRealAbstract |
| Modifier and Type | Method and Description |
|---|---|
OTransaction |
OTransaction.lockRecord(OIdentifiable iRecord,
OStorage.LOCKING_STRATEGY iLockingStrategy) |
OTransaction |
OTransactionAbstract.lockRecord(OIdentifiable iRecord,
OStorage.LOCKING_STRATEGY lockingStrategy) |
OTransaction |
OTransaction.setIsolationLevel(OTransaction.ISOLATION_LEVEL iIsolationLevel)
Changes the isolation level.
|
OTransaction |
OTransactionAbstract.setIsolationLevel(OTransaction.ISOLATION_LEVEL isolationLevel) |
OTransaction |
OTransactionNoTx.setIsolationLevel(OTransaction.ISOLATION_LEVEL isolationLevel) |
OTransaction |
OTransaction.unlockRecord(OIdentifiable iRecord) |
OTransaction |
OTransactionAbstract.unlockRecord(OIdentifiable iRecord) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OTransactionAbstract.updateCacheFromEntries(OTransaction tx,
Iterable<? extends ORecordOperation> entries,
boolean updateStrategy) |
| Modifier and Type | Method and Description |
|---|---|
OTransaction |
ODatabasePojoAbstract.getTransaction() |
| Modifier and Type | Method and Description |
|---|---|
ODatabase<T> |
ODatabasePojoAbstract.begin(OTransaction iTx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ODistributedTransactionManager.acquireMultipleRecordLocks(OTransaction iTx,
ODistributedStorageEventListener eventListener,
ODistributedTxContext reqContext)
Acquires lock in block by using an optimistic approach with retry & random delay.
|
protected void |
ODistributedTransactionManager.checkForClusterIds(OTransaction iTx,
String localNodeName,
ODistributedConfiguration dbCfg) |
List<ORecordOperation> |
ODistributedTransactionManager.commit(ODatabaseDocumentTx database,
OTransaction iTx,
Runnable callback,
ODistributedStorageEventListener eventListener) |
List<ORecordOperation> |
ODistributedStorage.commit(OTransaction iTx,
Runnable callback) |
protected List<OAbstractRemoteTask> |
ODistributedTransactionManager.createUndoTasksFromTx(OTransaction iTx,
ODistributedDatabase database,
ODistributedRequestId requestId)
Create undo content for distributed 2-phase rollback.
|
protected void |
ODistributedTransactionManager.processCommitResult(String localNodeName,
OTransaction iTx,
OTxTask txTask,
Set<String> involvedClusters,
Iterable<ORecordOperation> tmpEntries,
Collection<String> nodes,
ODistributedRequestId reqId,
ODistributedResponse dResponse) |
void |
ODistributedStorage.rollback(OTransaction iTx) |
| Modifier and Type | Class and Description |
|---|---|
class |
OTransactionOptimisticProxy |
Copyright © 2009–2025 OrientDB. All rights reserved.