Package | Description |
---|---|
org.apache.paimon.data | |
org.apache.paimon.data.serializer | |
org.apache.paimon.disk | |
org.apache.paimon.io |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPagedOutputView
The base class for all output views that are backed by multiple memory pages.
|
class |
RandomAccessOutputView
A
AbstractPagedOutputView with memory segments. |
class |
SimpleCollectingOutputView
The list with the full segments contains at any point all completely full segments, plus the
segment that is currently filled.
|
Modifier and Type | Method and Description |
---|---|
static void |
BinaryRowSerializer.serializeWithoutLengthSlow(BinaryRow record,
MemorySegmentWritable out) |
Modifier and Type | Class and Description |
---|---|
class |
ChannelWriterOutputView
A
DataOutputView that is backed by a FileIOChannel , making it effectively a data
output stream. |
Modifier and Type | Class and Description |
---|---|
class |
DataOutputSerializer
A simple and efficient serializer for the
DataOutput interface. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.