| Package | Description |
|---|---|
| com.orientechnologies.orient.core.storage.cache.local | |
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| com.orientechnologies.orient.core.storage.impl.local.paginated | |
| com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations | |
| com.orientechnologies.orient.core.storage.impl.local.paginated.wal | |
| com.orientechnologies.orient.core.storage.impl.memory |
| Constructor and Description |
|---|
OWOWCache(boolean syncOnPageFlush,
int pageSize,
OByteBufferPool bufferPool,
long groupTTL,
OWriteAheadLog writeAheadLog,
long pageFlushInterval,
long writeCacheMaxSize,
long cacheMaxSize,
OLocalPaginatedStorage storageLocal,
boolean checkMinSize,
OClosableLinkedContainer<Long,OFileClassic> files,
int id,
OChecksumMode checksumMode) |
| Modifier and Type | Field and Description |
|---|---|
protected OWriteAheadLog |
OAbstractPaginatedStorage.writeAheadLog |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OWriteAheadLog |
OAbstractPaginatedStorage.createWalFromIBUFiles(File directory) |
OWriteAheadLog |
OAbstractPaginatedStorage.getWALInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected OLogSequenceNumber |
OAbstractPaginatedStorage.restoreFrom(OLogSequenceNumber lsn,
OWriteAheadLog writeAheadLog) |
| Modifier and Type | Method and Description |
|---|---|
protected OWriteAheadLog |
OLocalPaginatedStorage.createWalFromIBUFiles(File directory) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAtomicOperation.commitChanges(OWriteAheadLog writeAheadLog) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractWriteAheadLog |
class |
ODiskWriteAheadLog |
class |
OMemoryWriteAheadLog |
| Modifier and Type | Method and Description |
|---|---|
protected OWriteAheadLog |
ODirectMemoryStorage.createWalFromIBUFiles(File directory) |
Copyright © 2009–2025 OrientDB. All rights reserved.