Uses of Interface
com.orientechnologies.orient.core.storage.cache.OCacheEntry
Packages that use OCacheEntry
Package
Description
-
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.cache
Classes in com.orientechnologies.orient.core.storage.cache that implement OCacheEntryMethods in com.orientechnologies.orient.core.storage.cache that return OCacheEntryModifier and TypeMethodDescriptionOReadCache.allocateNewPage(long fileId, OWriteCache writeCache, OLogSequenceNumber startLSN) OCacheEntry.getNext()OCacheEntryImpl.getNext()OCacheEntry.getPrev()OCacheEntryImpl.getPrev()OReadCache.loadForRead(long fileId, long pageIndex, OWriteCache writeCache, boolean verifyChecksums) OReadCache.loadForWrite(long fileId, long pageIndex, OWriteCache writeCache, boolean verifyChecksums, OLogSequenceNumber startLSN) OReadCache.silentLoadForRead(long extFileId, int pageIndex, OWriteCache writeCache, boolean verifyChecksums) Methods in com.orientechnologies.orient.core.storage.cache with parameters of type OCacheEntryModifier and TypeMethodDescriptionvoidOReadCache.releaseFromRead(OCacheEntry cacheEntry) voidOReadCache.releaseFromWrite(OCacheEntry cacheEntry, OWriteCache writeCache, boolean changed) voidOCacheEntry.setNext(OCacheEntry next) voidOCacheEntryImpl.setNext(OCacheEntry next) voidOCacheEntry.setPrev(OCacheEntry prev) voidOCacheEntryImpl.setPrev(OCacheEntry prev) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.cache.chm
Methods in com.orientechnologies.orient.core.storage.cache.chm that return OCacheEntryModifier and TypeMethodDescriptionfinal OCacheEntryAsyncReadCache.allocateNewPage(long fileId, OWriteCache writeCache, OLogSequenceNumber startLSN) final OCacheEntryAsyncReadCache.loadForRead(long fileId, long pageIndex, OWriteCache writeCache, boolean verifyChecksums) final OCacheEntryAsyncReadCache.loadForWrite(long fileId, long pageIndex, OWriteCache writeCache, boolean verifyChecksums, OLogSequenceNumber startLSN) final OCacheEntryAsyncReadCache.silentLoadForRead(long extFileId, int pageIndex, OWriteCache writeCache, boolean verifyChecksums) Methods in com.orientechnologies.orient.core.storage.cache.chm that return types with arguments of type OCacheEntryMethods in com.orientechnologies.orient.core.storage.cache.chm with parameters of type OCacheEntryModifier and TypeMethodDescriptionvoidWTinyLFUPolicy.onAccess(OCacheEntry cacheEntry) final voidAsyncReadCache.releaseFromRead(OCacheEntry cacheEntry) final voidAsyncReadCache.releaseFromWrite(OCacheEntry cacheEntry, OWriteCache writeCache, boolean changed) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.cache.chm.readbuffer
Methods in com.orientechnologies.orient.core.storage.cache.chm.readbuffer with parameters of type OCacheEntryModifier and TypeMethodDescriptionprotected BufferBoundedBuffer.create(OCacheEntry e) intBuffer.offer(OCacheEntry e) Inserts the specified element into this buffer if it is possible to do so immediately without violating capacity restrictions. -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.cluster
Constructors in com.orientechnologies.orient.core.storage.cluster with parameters of type OCacheEntryModifierConstructorDescriptionOClusterPage(OCacheEntry cacheEntry) OClusterPositionMapBucket(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.cluster.v0
Constructors in com.orientechnologies.orient.core.storage.cluster.v0 with parameters of type OCacheEntry -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.cluster.v1
Constructors in com.orientechnologies.orient.core.storage.cluster.v1 with parameters of type OCacheEntry -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.cluster.v2
Constructors in com.orientechnologies.orient.core.storage.cluster.v2 with parameters of type OCacheEntryModifierConstructorDescriptionFreeSpaceMapPage(OCacheEntry cacheEntry) OPaginatedClusterStateV2(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations
Classes in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations that implement OCacheEntryFields in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations declared as OCacheEntryMethods in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations that return OCacheEntryModifier and TypeMethodDescriptionOAtomicOperation.addPage(long fileId) OCacheEntryChanges.getDelegate()OCacheEntryChanges.getNext()OCacheEntryChanges.getPrev()OAtomicOperation.loadPageForRead(long fileId, long pageIndex) OAtomicOperation.loadPageForWrite(long fileId, long pageIndex, int pageCount, boolean verifyChecksum) Methods in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations with parameters of type OCacheEntryModifier and TypeMethodDescriptionvoidOAtomicOperation.releasePageFromRead(OCacheEntry cacheEntry) voidOAtomicOperation.releasePageFromWrite(OCacheEntry cacheEntry) voidOCacheEntryChanges.setDelegate(OCacheEntry delegate) voidOCacheEntryChanges.setNext(OCacheEntry next) voidOCacheEntryChanges.setPrev(OCacheEntry prev) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.impl.local.paginated.base
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated.base that return OCacheEntryModifier and TypeMethodDescriptionprotected OCacheEntryODurableComponent.addPage(OAtomicOperation atomicOperation, long fileId) final OCacheEntryODurablePage.getCacheEntry()protected OCacheEntryODurableComponent.loadOrAddPageForWrite(OAtomicOperation atomicOperation, long fileId, long pageIndex, boolean verifyCheckSum) protected OCacheEntryODurableComponent.loadPageForRead(OAtomicOperation atomicOperation, long fileId, long pageIndex) protected static OCacheEntryODurableComponent.loadPageForWrite(OAtomicOperation atomicOperation, long fileId, long pageIndex, boolean verifyCheckSum) Methods in com.orientechnologies.orient.core.storage.impl.local.paginated.base with parameters of type OCacheEntryModifier and TypeMethodDescriptionprotected voidODurableComponent.releasePageFromRead(OAtomicOperation atomicOperation, OCacheEntry cacheEntry) protected voidODurableComponent.releasePageFromWrite(OAtomicOperation atomicOperation, OCacheEntry cacheEntry) static voidODurablePage.setPageLSN(OLogSequenceNumber lsn, OCacheEntry cacheEntry) Constructors in com.orientechnologies.orient.core.storage.impl.local.paginated.base with parameters of type OCacheEntry -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.hashindex.local.v2
Constructors in com.orientechnologies.orient.core.storage.index.hashindex.local.v2 with parameters of type OCacheEntryModifierConstructorDescriptionDirectoryFirstPageV2(OCacheEntry cacheEntry) DirectoryPageV2(OCacheEntry cacheEntry) HashIndexBucketV2(OCacheEntry cacheEntry) HashIndexMetadataPageV2(OCacheEntry cacheEntry) HashIndexNullBucketV2(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.hashindex.local.v3
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local.v3 that return OCacheEntryConstructors in com.orientechnologies.orient.core.storage.index.hashindex.local.v3 with parameters of type OCacheEntryModifierConstructorDescriptionONullBucket(OCacheEntry cacheEntry, OBinarySerializer<V> valueSerializer, boolean isNew) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.sbtree.local.v1
Constructors in com.orientechnologies.orient.core.storage.index.sbtree.local.v1 with parameters of type OCacheEntryModifierConstructorDescriptionOSBTreeBucketV1(OCacheEntry cacheEntry) OSBTreeNullBucketV1(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.sbtree.local.v2
Constructors in com.orientechnologies.orient.core.storage.index.sbtree.local.v2 with parameters of type OCacheEntryModifierConstructorDescriptionOSBTreeBucketV2(OCacheEntry cacheEntry) OSBTreeNullBucketV2(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2
Constructors in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2 with parameters of type OCacheEntryModifierConstructorDescriptionCellBTreeMultiValueV2Bucket(OCacheEntry cacheEntry) CellBTreeMultiValueV2EntryPoint(OCacheEntry cacheEntry) CellBTreeMultiValueV2NullBucket(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1
Constructors in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 with parameters of type OCacheEntryModifierConstructorDescriptionCellBTreeBucketSingleValueV1(OCacheEntry cacheEntry) CellBTreeNullBucketSingleValueV1(OCacheEntry cacheEntry) CellBTreeSingleValueEntryPointV1(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3
Constructors in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 with parameters of type OCacheEntryModifierConstructorDescriptionCellBTreeSingleValueBucketV3(OCacheEntry cacheEntry) CellBTreeSingleValueEntryPointV3(OCacheEntry cacheEntry) CellBTreeSingleValueV3NullBucket(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.sbtreebonsai.global
Constructors in com.orientechnologies.orient.core.storage.index.sbtreebonsai.global with parameters of type OCacheEntry -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.sbtreebonsai.local
Constructors in com.orientechnologies.orient.core.storage.index.sbtreebonsai.local with parameters of type OCacheEntryModifierConstructorDescriptionOBonsaiBucketAbstract(OCacheEntry cacheEntry) OSBTreeBonsaiBucket(OCacheEntry cacheEntry, int pageOffset, boolean isLeaf, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OSBTreeBonsaiLocal<K, V> tree) OSBTreeBonsaiBucket(OCacheEntry cacheEntry, int pageOffset, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OSBTreeBonsaiLocal<K, V> tree) OSysBucket(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.index.versionmap
Constructors in com.orientechnologies.orient.core.storage.index.versionmap with parameters of type OCacheEntryModifierConstructorDescriptionOPaginatedVersionStateV0(OCacheEntry cacheEntry) OVersionPositionMapBucket(OCacheEntry cacheEntry) -
Uses of OCacheEntry in com.orientechnologies.orient.core.storage.memory
Methods in com.orientechnologies.orient.core.storage.memory that return OCacheEntryModifier and TypeMethodDescriptionMemoryFile.addNewPage(OReadCache readCache) final OCacheEntryODirectMemoryOnlyDiskCache.allocateNewPage(long fileId, OWriteCache writeCache, OLogSequenceNumber startLSN) final OCacheEntryODirectMemoryOnlyDiskCache.loadForRead(long fileId, long pageIndex, OWriteCache writeCache, boolean verifyChecksums) final OCacheEntryODirectMemoryOnlyDiskCache.loadForWrite(long fileId, long pageIndex, OWriteCache writeCache, boolean verifyChecksums, OLogSequenceNumber startLSN) MemoryFile.loadPage(long index) ODirectMemoryOnlyDiskCache.silentLoadForRead(long extFileId, int pageIndex, OWriteCache writeCache, boolean verifyChecksums) Methods in com.orientechnologies.orient.core.storage.memory with parameters of type OCacheEntryModifier and TypeMethodDescriptionfinal voidODirectMemoryOnlyDiskCache.releaseFromRead(OCacheEntry cacheEntry) final voidODirectMemoryOnlyDiskCache.releaseFromWrite(OCacheEntry cacheEntry, OWriteCache writeCache, boolean changed)