@FunctionalInterface public interface MappedBytesStoreFactory
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) |
@NotNull @NotNull MappedBytesStore create(net.openhft.chronicle.core.io.ReferenceOwner owner, MappedFile mappedFile, long start, long address, long capacity, long safeCapacity) throws IllegalStateException
IllegalStateException
Copyright © 2021. All rights reserved.