java.lang.Object
com.orientechnologies.common.concur.resource.OSharedResourceAbstract
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurableComponent
Direct Known Subclasses:
BTree, CellBTreeMultiValueV2, CellBTreeSingleValueV1, CellBTreeSingleValueV3, FreeSpaceMap, HashTableDirectory, LocalHashTableV2, NormalizedKeyBTreeValue, OClusterPositionMap, OHashTableDirectory, OLocalHashTableV3, OPaginatedCluster, OSBTreeBonsaiLocal, OSBTreeV1, OSBTreeV2, OVersionPositionMap

public abstract class ODurableComponent extends OSharedResourceAbstract
Base class for all durable data structures, that is data structures state of which can be consistently restored after system crash but results of last operations in small interval before crash may be lost.
Since:
8/27/13
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com)