| Constructor and Description |
|---|
ODurableComponentException(String message,
ODurableComponent component) |
| Modifier and Type | Class and Description |
|---|---|
class |
OHashTableDirectory |
class |
OLocalHashTable<K,V>
Implementation of hash index which is based on extendible hashing
algorithm.
|
class |
OLocalHashTable20<K,V>
Implementation of hash index which is based on extendible hashing
algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSBTree<K,V>
This is implementation which is based on B+-tree implementation threaded tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSBTreeBonsaiLocal<K,V>
Tree-based dictionary algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OClusterPositionMap |
class |
OPaginatedCluster |
| Modifier and Type | Method and Description |
|---|---|
void |
OAtomicOperationsManager.acquireExclusiveLockTillOperationComplete(ODurableComponent durableComponent)
Acquires exclusive lock in the active atomic operation running on the current thread for the
durableComponent. |
void |
OAtomicOperationsManager.acquireReadLock(ODurableComponent durableComponent) |
OAtomicOperation |
OAtomicOperationsManager.endAtomicOperation(boolean rollback,
Exception exception,
ODurableComponent component) |
void |
OAtomicOperationsManager.releaseReadLock(ODurableComponent durableComponent) |
OAtomicOperation |
OAtomicOperationsManager.startAtomicOperation(ODurableComponent durableComponent,
boolean trackNonTxOperations) |
Copyright © 2009–2025 OrientDB. All rights reserved.