public interface AsyncBufferCreator extends net.openhft.chronicle.core.util.ThrowingBiFunction<Long,Integer,net.openhft.chronicle.bytes.BytesStore,Exception>
Modifier and Type | Method and Description |
---|---|
default @NotNull net.openhft.chronicle.bytes.BytesStore |
apply(Long size,
Integer maxReaders) |
@NotNull net.openhft.chronicle.bytes.BytesStore |
create(long size,
int maxReaders,
File file) |
Copyright © 2023. All rights reserved.