Package | Description |
---|---|
org.apache.paimon.disk | |
org.apache.paimon.sort |
Modifier and Type | Interface and Description |
---|---|
interface |
BufferFileReader
Read
Buffer from file. |
interface |
BufferFileWriter
Write
MemorySegment to file. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileIOChannel
Abstract
FileIOChannel to share some implementation. |
class |
BufferFileReaderImpl
A synchronous
BufferFileReader implementation. |
class |
BufferFileWriterImpl
A synchronous
BufferFileWriter implementation. |
Modifier and Type | Method and Description |
---|---|
FileIOChannel |
ChannelWriterOutputView.getChannel() |
FileIOChannel |
ChannelReaderInputView.getChannel() |
Modifier and Type | Method and Description |
---|---|
static ChannelReaderInputView |
FileChannelUtil.createInputView(IOManager ioManager,
ChannelWithMeta channel,
List<FileIOChannel> channels,
BlockCompressionFactory compressionCodecFactory,
int compressionBlockSize) |
Modifier and Type | Method and Description |
---|---|
void |
SpillChannelManager.addOpenChannels(List<FileIOChannel> toOpen)
Open File channels.
|
BinaryMergeIterator<Entry> |
AbstractBinaryExternalMerger.getMergingIterator(List<ChannelWithMeta> channelIDs,
List<FileIOChannel> openChannels)
Returns an iterator that iterates over the merged result from all given channels.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.