@FunctionalInterface public interface MappedBytesStoreFactory
MappedBytesStore instances.| Modifier and Type | Method and Description |
|---|---|
@NotNull MappedBytesStore |
create(net.openhft.chronicle.core.io.ReferenceOwner owner,
MappedFile mappedFile,
long start,
long address,
long capacity,
long safeCapacity,
int pageSize)
Creates a
MappedBytesStore for the given mapping parameters. |
@NotNull @NotNull MappedBytesStore create(net.openhft.chronicle.core.io.ReferenceOwner owner, MappedFile mappedFile, long start, long address, long capacity, long safeCapacity, int pageSize) throws net.openhft.chronicle.core.io.ClosedIllegalStateException
MappedBytesStore for the given mapping parameters.owner - reference owner for the created storemappedFile - parent mapped filestart - logical start offset within the fileaddress - native memory address of the mappingcapacity - total size of the mapped regionsafeCapacity - portion of the region accessible without remappingpageSize - page size for alignment checksnet.openhft.chronicle.core.io.ClosedIllegalStateException - if the mapped file has been closedCopyright © 2026 Chronicle Software Ltd. All rights reserved.