| 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 |
|---|---|
protected NewChunkListener |
MappedFile.newChunkListener
Listener for the event when a new chunk is created.
|
| Modifier and Type | Method and Description |
|---|---|
NewChunkListener |
MappedFile.getNewChunkListener()
Returns the listener that is notified when a new chunk is created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappedFile.setNewChunkListener(NewChunkListener listener)
Sets the listener to be notified when a new chunk is created.
|
| Modifier and Type | Method and Description |
|---|---|
NewChunkListener |
ChunkedMappedFile.getNewChunkListener() |
NewChunkListener |
SingleMappedFile.getNewChunkListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkedMappedFile.setNewChunkListener(NewChunkListener listener) |
void |
SingleMappedFile.setNewChunkListener(NewChunkListener listener) |
Copyright © 2023. All rights reserved.