| 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 @NotNull MappedBytesStoreFactory |
MappedBytesStore.MAPPED_BYTES_STORE_FACTORY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract @NotNull MappedBytesStore |
MappedFile.acquireByteStore(net.openhft.chronicle.core.io.ReferenceOwner owner,
long position,
BytesStore oldByteStore,
@NotNull MappedBytesStoreFactory mappedBytesStoreFactory)
Acquires a byte store at the specified position with the ability to re-use an existing byte store,
and specify a custom byte store factory.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull MappedBytesStore |
ChunkedMappedFile.acquireByteStore(net.openhft.chronicle.core.io.ReferenceOwner owner,
long position,
BytesStore oldByteStore,
@NotNull MappedBytesStoreFactory mappedBytesStoreFactory) |
@NotNull MappedBytesStore |
SingleMappedFile.acquireByteStore(net.openhft.chronicle.core.io.ReferenceOwner owner,
long position,
BytesStore oldByteStore,
@NotNull MappedBytesStoreFactory mappedBytesStoreFactory)
Acquires the MappedBytesStore at the specified position
|
Copyright © 2023. All rights reserved.