| 接口 | 说明 |
|---|---|
| MemorySegmentPool |
MemorySegment pool to hold pages in memory.
|
| MemorySegmentSource |
Interface describing entities that can provide memory segments.
|
| MemorySegmentWritable |
Provides the interface for write(Segment).
|
| 类 | 说明 |
|---|---|
| AbstractMemorySegmentPool |
Abstract memory segment pool.
|
| ArraySegmentPool |
A
MemorySegmentPool for allocated segments. |
| CachelessSegmentPool |
A
MemorySegmentPool without cache. |
| HeapMemorySegmentPool |
MemorySegment pool from heap.
|
| MemorySegment |
This class represents a piece of memory.
|
| MemorySegmentUtils |
Utils for
MemorySegment. |
| MemoryUtils |
Utility class for memory operations.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.