| Constructor and Description |
|---|
ODurableComponentException(String message,
ODurableComponent component) |
| Modifier and Type | Class and Description |
|---|---|
class |
OClusterPositionMap |
class |
OPaginatedCluster |
| Modifier and Type | Class and Description |
|---|---|
class |
OClusterPositionMapV0 |
class |
OPaginatedClusterV0 |
| Modifier and Type | Class and Description |
|---|---|
class |
OClusterPositionMapV1 |
class |
OPaginatedClusterV1 |
| 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) |
<T> T |
OAtomicOperationsManager.calculateInsideComponentOperation(OAtomicOperation atomicOperation,
ODurableComponent component,
TxFunction<T> function) |
void |
OAtomicOperationsManager.executeInsideComponentOperation(OAtomicOperation atomicOperation,
ODurableComponent component,
TxConsumer consumer) |
void |
OAtomicOperationsManager.releaseReadLock(ODurableComponent durableComponent) |
boolean |
OAtomicOperationsManager.tryExecuteInsideComponentOperation(OAtomicOperation atomicOperation,
ODurableComponent component,
TxConsumer consumer) |
| Modifier and Type | Class and Description |
|---|---|
class |
OHashTableDirectory |
class |
OLocalHashTable<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 |
OCellBTreeMultiValueV1<K>
This is implementation which is based on B+-tree implementation threaded tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellBTreeMultiValueV2<K>
This is implementation which is based on B+-tree implementation threaded tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OCellBTreeSingleValue<K>
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.
|
Copyright © 2009–2025 OrientDB. All rights reserved.