| Modifier and Type | Method and Description |
|---|---|
OCachePointer |
OCacheEntry.getCachePointer() |
OCachePointer[] |
OWriteCache.load(long fileId,
long startPageIndex,
int pageCount,
boolean addNewPages,
OModifiableBoolean cacheHit,
boolean verifyChecksums) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCacheEntry.setCachePointer(OCachePointer cachePointer) |
Future |
OWriteCache.store(long fileId,
long pageIndex,
OCachePointer dataPointer) |
| Constructor and Description |
|---|
OCacheEntry(long fileId,
long pageIndex,
OCachePointer dataPointer,
boolean dirty) |
| Modifier and Type | Method and Description |
|---|---|
OCachePointer[] |
OWOWCache.load(long fileId,
long startPageIndex,
int pageCount,
boolean addNewPages,
OModifiableBoolean cacheHit,
boolean verifyChecksums) |
| Modifier and Type | Method and Description |
|---|---|
Future |
OWOWCache.store(long fileId,
long pageIndex,
OCachePointer dataPointer) |
| Modifier and Type | Method and Description |
|---|---|
OCachePointer[] |
ODirectMemoryOnlyDiskCache.load(long fileId,
long startPageIndex,
int pageCount,
boolean addNewPages,
OModifiableBoolean cacheHit,
boolean verifyChecksums) |
| Modifier and Type | Method and Description |
|---|---|
Future |
ODirectMemoryOnlyDiskCache.store(long fileId,
long pageIndex,
OCachePointer dataPointer) |
Copyright © 2009–2025 OrientDB. All rights reserved.