Package | Description |
---|---|
org.apache.paimon.data | |
org.apache.paimon.flink.memory | |
org.apache.paimon.memory |
Constructor and Description |
---|
SimpleCollectingOutputView(List<MemorySegment> fullSegmentTarget,
MemorySegmentSource memSource,
int segmentSize) |
SimpleCollectingOutputView(MemorySegmentSource memSource,
int segmentSize) |
Modifier and Type | Class and Description |
---|---|
class |
FlinkMemorySegmentPool
Flink memory segment pool allocates segment from flink managed memory for paimon writer buffer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MemorySegmentPool
MemorySegment pool to hold pages in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMemorySegmentPool
Abstract memory segment pool.
|
class |
ArraySegmentPool
A
MemorySegmentPool for allocated segments. |
class |
CachelessSegmentPool
A
MemorySegmentPool without cache. |
class |
HeapMemorySegmentPool
MemorySegment pool from heap.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.