Modifier and Type | Method and Description |
---|---|
static OByteBufferPool |
OByteBufferPool.instance(OContextConfiguration contextConfiguration) |
Constructor and Description |
---|
OCachePointer(OPointer pointer,
OByteBufferPool bufferPool,
long fileId,
int pageIndex) |
Constructor and Description |
---|
AsyncReadCache(OByteBufferPool bufferPool,
long maxCacheSizeInBytes,
int pageSize,
boolean trackHitRate) |
Constructor and Description |
---|
OWOWCache(int pageSize,
OByteBufferPool bufferPool,
OWriteAheadLog writeAheadLog,
DoubleWriteLog doubleWriteLog,
long pagesFlushInterval,
int shutdownTimeout,
long exclusiveWriteCacheMaxSize,
Path storagePath,
String storageName,
OBinarySerializer<String> stringSerializer,
OClosableLinkedContainer<Long,OFile> files,
int id,
OChecksumMode checksumMode,
byte[] iv,
byte[] aesKey,
boolean callFsync,
boolean useNativeOsAPI) |
Modifier and Type | Method and Description |
---|---|
OPointer |
DoubleWriteLog.loadPage(int fileId,
int pageIndex,
OByteBufferPool bufferPool) |
OPointer |
DoubleWriteLogNoOP.loadPage(int fileId,
int pageIndex,
OByteBufferPool bufferPool) |
OPointer |
DoubleWriteLogGL.loadPage(int fileId,
int pageIndex,
OByteBufferPool bufferPool) |
Copyright © 2009–2020 OrientDB. All rights reserved.