| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
The Chronicle Bytes package provides low-level memory access wrappers with functionalities
akin to Java NIO's ByteBuffer.
|
| net.openhft.chronicle.bytes.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkedMappedFile.syncMode(SyncMode syncMode) |
void |
SingleMappedFile.syncMode(SyncMode syncMode)
Sets the synchronization mode for the underlying MappedBytesStore
|
Copyright © 2023. All rights reserved.