Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.rest | |
org.apache.paimon.table |
Modifier and Type | Class and Description |
---|---|
static class |
RenamingSnapshotCommit.Factory
Factory to create
RenamingSnapshotCommit . |
Modifier and Type | Method and Description |
---|---|
static Table |
CatalogUtils.loadTable(Catalog catalog,
Identifier identifier,
java.util.function.Function<Path,FileIO> dataFileIO,
java.util.function.Function<Path,FileIO> objectFileIO,
TableMetadata.Loader metadataLoader,
SnapshotCommit.Factory commitFactory)
Load table from
Catalog , this table can be:
1. |
Modifier and Type | Class and Description |
---|---|
class |
RESTSnapshotCommitFactory
Factory to create
SnapshotCommit for REST Catalog. |
Modifier and Type | Method and Description |
---|---|
SnapshotCommit.Factory |
CatalogEnvironment.commitFactory() |
Constructor and Description |
---|
CatalogEnvironment(Identifier identifier,
String uuid,
CatalogLoader catalogLoader,
SnapshotCommit.Factory commitFactory) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.