| Package | Description |
|---|---|
| com.orientechnologies.orient.core.engine.local | |
| com.orientechnologies.orient.core.storage.cache.chm | |
| com.orientechnologies.orient.core.storage.cache.local.twoq | |
| com.orientechnologies.orient.core.storage.disk | |
| 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.atomicoperations | |
| com.orientechnologies.orient.core.storage.impl.local.paginated.base | |
| com.orientechnologies.orient.core.storage.memory |
| Modifier and Type | Method and Description |
|---|---|
OReadCache |
OEngineLocalPaginated.getReadCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncReadCache
Disk cache based on ConcurrentHashMap and eviction policy which is asynchronously processed
by handling set of events logged in lock free event buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
O2QCache |
| Constructor and Description |
|---|
OLocalPaginatedStorage(String name,
String filePath,
String mode,
int id,
OReadCache readCache,
OClosableLinkedContainer<Long,OFileClassic> files,
long walMaxSegSize) |
| Modifier and Type | Field and Description |
|---|---|
protected OReadCache |
OAbstractPaginatedStorage.readCache |
| Modifier and Type | Method and Description |
|---|---|
OReadCache |
OAbstractPaginatedStorage.getReadCache() |
| Constructor and Description |
|---|
OAtomicOperation(OLogSequenceNumber startLSN,
long operationUnitId,
OReadCache readCache,
OWriteCache writeCache,
int storageId) |
| Modifier and Type | Field and Description |
|---|---|
protected OReadCache |
ODurableComponent.readCache |
| Modifier and Type | Class and Description |
|---|---|
class |
ODirectMemoryOnlyDiskCache |
Copyright © 2009–2025 OrientDB. All rights reserved.