Package | Description |
---|---|
net.openhft.chronicle.bytes |
Modifier and Type | Method and Description |
---|---|
@NotNull MappedFile |
MappedBytes.mappedFile() |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull File file,
long chunkSize) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull File file,
long chunkSize,
long overlapSize) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull File file,
long chunkSize,
long overlapSize,
boolean readOnly) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull File file,
long capacity,
long chunkSize,
long overlapSize,
boolean readOnly) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull String filename,
long chunkSize) |
static @NotNull MappedFile |
MappedFile.mappedFile(@NotNull String filename,
long chunkSize,
long overlapSize) |
static @NotNull MappedFile |
MappedFile.of(@NotNull File file,
long chunkSize,
long overlapSize,
boolean readOnly) |
static @NotNull MappedFile |
MappedFile.readOnly(@NotNull File file) |
Modifier and Type | Method and Description |
---|---|
@NotNull MappedBytesStore |
MappedBytesStoreFactory.create(net.openhft.chronicle.core.io.ReferenceOwner owner,
MappedFile mappedFile,
long start,
long address,
long capacity,
long safeCapacity) |
static @NotNull MappedBytes |
MappedBytes.mappedBytes(@NotNull MappedFile rw) |
Constructor and Description |
---|
MappedBytes(@NotNull MappedFile mappedFile) |
MappedBytes(@NotNull MappedFile mappedFile,
String name) |
MappedBytesStore(net.openhft.chronicle.core.io.ReferenceOwner owner,
MappedFile mappedFile,
long start,
long address,
long capacity,
long safeCapacity) |
ReadOnlyMappedBytesStore(net.openhft.chronicle.core.io.ReferenceOwner owner,
MappedFile mappedFile,
long start,
long address,
long capacity,
long safeCapacity) |
Copyright © 2021. All rights reserved.