Package | Description |
---|---|
org.apache.paimon.io |
Modifier and Type | Class and Description |
---|---|
class |
CompressedPageFileOutput
A class to output bytes with compression.
|
class |
UncompressedPageFileOutput
A class to wrap uncompressed
FileOutputStream . |
Modifier and Type | Method and Description |
---|---|
static PageFileOutput |
PageFileOutput.create(File file,
int pageSize,
BlockCompressionFactory compressionFactory) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.