public interface MemorySegmentProvider
Modifier and Type | Method and Description |
---|---|
void |
recycleUnpooledMemorySegments(Collection<MemorySegment> segments) |
Collection<MemorySegment> |
requestUnpooledMemorySegments(int numberOfSegmentsToRequest) |
Collection<MemorySegment> requestUnpooledMemorySegments(int numberOfSegmentsToRequest) throws IOException
IOException
void recycleUnpooledMemorySegments(Collection<MemorySegment> segments) throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.