| Package | Description |
|---|---|
| org.apache.paimon.catalog | |
| org.apache.paimon.flink | |
| org.apache.paimon.fs | |
| org.apache.paimon.fs.hadoop | |
| org.apache.paimon.fs.local | |
| org.apache.paimon.oss | |
| org.apache.paimon.s3 |
| Modifier and Type | Method and Description |
|---|---|
FileIOLoader |
CatalogContext.fallbackIO() |
FileIOLoader |
CatalogContext.preferIO() |
| Modifier and Type | Method and Description |
|---|---|
static CatalogContext |
CatalogContext.create(Options options,
org.apache.hadoop.conf.Configuration hadoopConf,
FileIOLoader preferIOLoader,
FileIOLoader fallbackIOLoader) |
static CatalogContext |
CatalogContext.create(Options options,
FileIOLoader fallbackIOLoader) |
static CatalogContext |
CatalogContext.create(Options options,
FileIOLoader preferIOLoader,
FileIOLoader fallbackIOLoader) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlinkFileIOLoader
Flink
FileIOLoader for FlinkFileIO. |
| Modifier and Type | Method and Description |
|---|---|
static FileIOLoader |
FileIOUtils.checkAccess(FileIOLoader fileIO,
Path path,
CatalogContext config) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FileIOLoader> |
FileIO.discoverLoaders()
Discovers all
FileIOLoader by service loader. |
| Modifier and Type | Method and Description |
|---|---|
static FileIOLoader |
FileIOUtils.checkAccess(FileIOLoader fileIO,
Path path,
CatalogContext config) |
| Modifier and Type | Class and Description |
|---|---|
class |
HadoopFileIOLoader
FileIOLoader to load HadoopFileIO. |
class |
HadoopViewFsFileIOLoader
FileIOLoader to load HadoopFileIO. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFileIOLoader
FileIOLoader to load LocalFileIO. |
| Modifier and Type | Class and Description |
|---|---|
class |
OSSLoader
A
PluginLoader to load oss. |
| Modifier and Type | Class and Description |
|---|---|
class |
S3Loader
A
PluginLoader to load oss. |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.