Uses of Class
com.orientechnologies.orient.core.storage.cache.OCachePointer
Packages that use OCachePointer
Package
Description
-
Uses of OCachePointer in com.orientechnologies.orient.core.storage.cache
Methods in com.orientechnologies.orient.core.storage.cache that return OCachePointerModifier and TypeMethodDescriptionOCacheEntry.getCachePointer()OCacheEntryImpl.getCachePointer()OWriteCache.load(long fileId, long startPageIndex, OModifiableBoolean cacheHit, boolean verifyChecksums) Methods in com.orientechnologies.orient.core.storage.cache with parameters of type OCachePointerModifier and TypeMethodDescriptionvoidOWriteCache.store(long fileId, long pageIndex, OCachePointer dataPointer) voidOWriteCache.updateDirtyPagesTable(OCachePointer pointer, OLogSequenceNumber startLSN) Constructors in com.orientechnologies.orient.core.storage.cache with parameters of type OCachePointerModifierConstructorDescriptionOCacheEntryImpl(long fileId, int pageIndex, OCachePointer dataPointer, boolean insideCache, OReadCache readCache) -
Uses of OCachePointer in com.orientechnologies.orient.core.storage.cache.local
Methods in com.orientechnologies.orient.core.storage.cache.local that return OCachePointerModifier and TypeMethodDescriptionOWOWCache.load(long fileId, long startPageIndex, OModifiableBoolean cacheHit, boolean verifyChecksums) Methods in com.orientechnologies.orient.core.storage.cache.local with parameters of type OCachePointerModifier and TypeMethodDescriptionvoidOWOWCache.store(long fileId, long pageIndex, OCachePointer dataPointer) voidOWOWCache.updateDirtyPagesTable(OCachePointer pointer, OLogSequenceNumber startLSN) -
Uses of OCachePointer in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations that return OCachePointer -
Uses of OCachePointer in com.orientechnologies.orient.core.storage.memory
Methods in com.orientechnologies.orient.core.storage.memory that return OCachePointerModifier and TypeMethodDescriptionfinal OCachePointerODirectMemoryOnlyDiskCache.load(long fileId, long startPageIndex, OModifiableBoolean cacheHit, boolean verifyChecksums) Methods in com.orientechnologies.orient.core.storage.memory with parameters of type OCachePointerModifier and TypeMethodDescriptionfinal voidODirectMemoryOnlyDiskCache.store(long fileId, long pageIndex, OCachePointer dataPointer) final voidODirectMemoryOnlyDiskCache.updateDirtyPagesTable(OCachePointer pointer, OLogSequenceNumber startLSN)