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, wait
createHeapPool
public ArraySegmentPool(List<MemorySegment> segments)
public int pageSize()
MemorySegmentPool
pageSize
in interface MemorySegmentPool
public void returnAll(List<MemorySegment> memory)
MemorySegmentPool
returnAll
in interface MemorySegmentPool
memory
- the pages which want to be returned.public int freePages()
freePages
in interface MemorySegmentPool
public MemorySegment nextSegment()
MemorySegmentSource
nextSegment
in interface MemorySegmentSource
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.