Uses of Class
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurableComponent
Packages that use ODurableComponent
Package
Description
-
Uses of ODurableComponent in com.orientechnologies.orient.core.exception
Constructors in com.orientechnologies.orient.core.exception with parameters of type ODurableComponentModifierConstructorDescriptionODurableComponentException(String message, ODurableComponent component) -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.cluster
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.cluster -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.cluster.v0
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.cluster.v0 -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.cluster.v1
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.cluster.v1Modifier and TypeClassDescriptionfinal classfinal class -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.cluster.v2
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.cluster.v2Modifier and TypeClassDescriptionfinal classfinal classfinal class -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations with parameters of type ODurableComponentModifier and TypeMethodDescriptionvoidOAtomicOperationsManager.acquireExclusiveLockTillOperationComplete(ODurableComponent durableComponent) Acquires exclusive lock in the active atomic operation running on the current thread for thedurableComponent.voidOAtomicOperationsManager.acquireReadLock(ODurableComponent durableComponent) <T> TOAtomicOperationsManager.calculateInsideComponentOperation(OAtomicOperation atomicOperation, ODurableComponent component, TxFunction<T> function) voidOAtomicOperationsManager.executeInsideComponentOperation(OAtomicOperation atomicOperation, ODurableComponent component, TxConsumer consumer) voidOAtomicOperationsManager.releaseReadLock(ODurableComponent durableComponent) booleanOAtomicOperationsManager.tryExecuteInsideComponentOperation(OAtomicOperation atomicOperation, ODurableComponent component, TxConsumer consumer) -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.hashindex.local.v2
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.index.hashindex.local.v2Modifier and TypeClassDescriptionclassclassLocalHashTableV2<K,V> Implementation of hash index which is based on extendible hashing algorithm. -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.hashindex.local.v3
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.index.hashindex.local.v3Modifier and TypeClassDescriptionclassclassOLocalHashTableV3<K,V> Implementation of hash index which is based on extendible hashing algorithm. -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.nkbtree
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.index.nkbtree -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtree.local.v1
Modifier and TypeClassDescriptionfinal classOSBTreeV1<K,V> This is implementation which is based on B+-tree implementation threaded tree. -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtree.local.v2
Modifier and TypeClassDescriptionclassOSBTreeV2<K,V> This is implementation which is based on B+-tree implementation threaded tree. -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2Modifier and TypeClassDescriptionfinal classThis is implementation which is based on B+-tree implementation threaded tree. -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1Modifier and TypeClassDescriptionfinal classThis is implementation which is based on B+-tree implementation threaded tree. -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3
Subclasses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3Modifier and TypeClassDescriptionfinal classThis is implementation which is based on B+-tree implementation threaded tree. -
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtreebonsai.global.btree
-
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.sbtreebonsai.local
-
Uses of ODurableComponent in com.orientechnologies.orient.core.storage.index.versionmap
Modifier and TypeClassDescriptionclassfinal classThe version position map in version 0 stores a version of type int for all change operations on the `OAbstractPaginatedStorage` storage.