| Interface | Description |
|---|---|
| MemoryOwner |
A class provides memory related methods.
|
| MemorySegmentPool |
MemorySegment pool to hold pages in memory.
|
| MemorySegmentSource |
Interface describing entities that can provide memory segments.
|
| MemorySegmentWritable |
Provides the interface for write(Segment).
|
| Class | Description |
|---|---|
| AbstractMemorySegmentPool |
Abstract memory segment pool.
|
| ArraySegmentPool |
A
MemorySegmentPool for allocated segments. |
| Buffer |
A buffer with size.
|
| BytesUtils |
Utils for byte[].
|
| CachelessSegmentPool |
A
MemorySegmentPool without cache. |
| HeapMemorySegmentPool |
MemorySegment pool from heap.
|
| MemoryPoolFactory |
A factory which creates
MemorySegmentPool from MemoryOwner. |
| MemorySegment |
This class represents a piece of memory.
|
| MemorySegmentUtils |
Utils for
MemorySegment. |
| MemorySlice |
Slice of a
MemorySegment. |
| MemorySliceInput |
Input for
MemorySlice. |
| MemorySliceOutput |
Output for
MemorySegment. |
| MemoryUtils |
Utility class for memory operations.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.