| 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 |
|---|---|
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.
|
Copyright © 2024. All rights reserved.