Package | Description |
---|---|
org.apache.paimon.append | |
org.apache.paimon.disk |
Modifier and Type | Method and Description |
---|---|
RowBuffer |
AppendOnlyWriter.getWriteBuffer() |
Modifier and Type | Class and Description |
---|---|
class |
ExternalBuffer
An external buffer for storing rows, it will spill the data to disk when the memory is full.
|
class |
InMemoryBuffer
Only cache
InternalRow s in memory. |
Modifier and Type | Method and Description |
---|---|
static RowBuffer |
RowBuffer.getBuffer(IOManager ioManager,
MemorySegmentPool memoryPool,
AbstractRowDataSerializer<InternalRow> serializer,
boolean spillable,
MemorySize maxDiskSize,
CompressOptions compression) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.