public class ListMemorySegmentPool extends Object implements MemorySegmentPool
Constructor and Description |
---|
ListMemorySegmentPool(List<MemorySegment> memorySegments) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
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.
|
public ListMemorySegmentPool(List<MemorySegment> memorySegments)
public MemorySegment nextSegment()
MemorySegmentSource
nextSegment
in interface MemorySegmentSource
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 void clear()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.