public class ArraySegmentPool extends Object implements MemorySegmentPool
MemorySegmentPool for allocated segments.DEFAULT_PAGE_SIZE| Constructor and Description |
|---|
ArraySegmentPool(List<MemorySegment> segments) |
| Modifier and Type | Method and Description |
|---|---|
int |
freePages() |
MemorySegment |
nextSegment()
Gets the next memory segment.
|
int |
pageSize()
Get the page size of each page this pool holds.
|
void |
returnAll(List<MemorySegment> memory)
Return all pages back into this pool.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateHeapPoolpublic ArraySegmentPool(List<MemorySegment> segments)
public int pageSize()
MemorySegmentPoolpageSize in interface MemorySegmentPoolpublic void returnAll(List<MemorySegment> memory)
MemorySegmentPoolreturnAll in interface MemorySegmentPoolmemory - the pages which want to be returned.public int freePages()
freePages in interface MemorySegmentPoolpublic MemorySegment nextSegment()
MemorySegmentSourcenextSegment in interface MemorySegmentSourceCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.