| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
The Chronicle Bytes package provides low-level memory access wrappers with functionalities
akin to Java NIO's ByteBuffer.
|
| Modifier and Type | Field and Description |
|---|---|
static SyncMode |
MappedFile.DEFAULT_SYNC_MODE
The default disk synchronization mode for this mapped file.
|
| Modifier and Type | Method and Description |
|---|---|
SyncMode |
MappedBytesStore.syncMode() |
static SyncMode |
SyncMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncMode[] |
SyncMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappedBytesStore.syncMode(SyncMode syncMode)
Set the sync mode for this ByteStore
|
abstract void |
MappedFile.syncMode(SyncMode syncMode)
This mode determines whether an MS_ASYNC or MS_SYNC should be performed on a chunk release.
|
void |
MappedBytesStore.syncUpTo(long position,
SyncMode syncMode)
Synchronise from the last complete page up to this position.
|
Copyright © 2024. All rights reserved.