Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.operation | |
org.apache.paimon.rest | |
org.apache.paimon.table |
Modifier and Type | Class and Description |
---|---|
class |
RenamingSnapshotCommit
A
SnapshotCommit using file renaming to commit. |
Modifier and Type | Method and Description |
---|---|
SnapshotCommit |
RenamingSnapshotCommit.Factory.create(Identifier identifier,
SnapshotManager snapshotManager) |
SnapshotCommit |
SnapshotCommit.Factory.create(Identifier identifier,
SnapshotManager snapshotManager) |
Constructor and Description |
---|
FileStoreCommitImpl(SnapshotCommit snapshotCommit,
FileIO fileIO,
SchemaManager schemaManager,
String tableName,
String commitUser,
RowType partitionType,
CoreOptions options,
String partitionDefaultName,
FileStorePathFactory pathFactory,
SnapshotManager snapshotManager,
ManifestFile.Factory manifestFileFactory,
ManifestList.Factory manifestListFactory,
IndexManifestFile.Factory indexManifestFileFactory,
FileStoreScan scan,
int numBucket,
MemorySize manifestTargetSize,
MemorySize manifestFullCompactionSize,
int manifestMergeMinCount,
boolean dynamicPartitionOverwrite,
Comparator<InternalRow> keyComparator,
String branchName,
StatsFileHandler statsFileHandler,
BucketMode bucketMode,
Integer manifestReadParallelism,
List<CommitCallback> commitCallbacks,
int commitMaxRetries,
long commitTimeout) |
Modifier and Type | Method and Description |
---|---|
SnapshotCommit |
RESTSnapshotCommitFactory.create(Identifier identifier,
SnapshotManager snapshotManager) |
Modifier and Type | Method and Description |
---|---|
SnapshotCommit |
CatalogEnvironment.snapshotCommit(SnapshotManager snapshotManager) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.