| Package | Description |
|---|---|
| com.orientechnologies.orient.core.storage |
Contains the Storage interface and the basic implementations.
|
| com.orientechnologies.orient.core.storage.cache.local |
| Modifier and Type | Method and Description |
|---|---|
static OChecksumMode |
OChecksumMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OChecksumMode[] |
OChecksumMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWOWCache.setChecksumMode(OChecksumMode checksumMode) |
| 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) |
Copyright © 2009–2025 OrientDB. All rights reserved.