@FunctionalInterface public interface MappedBytesStoreFactory<T extends MappedBytesStore>
Modifier and Type | Method and Description |
---|---|
T |
create(net.openhft.chronicle.core.ReferenceCounted owner,
long start,
long address,
long capacity,
long safeCapacity) |
@NotNull T create(net.openhft.chronicle.core.ReferenceCounted owner, long start, long address, long capacity, long safeCapacity)
Copyright © 2017. All rights reserved.