public class AddPartitionCommitCallback extends Object implements CommitCallback
CommitCallback to add newly created partitions to metastore.| Constructor and Description |
|---|
AddPartitionCommitCallback(PartitionHandler partitionHandler,
InternalRowPartitionComputer partitionComputer) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(List<ManifestEntry> committedEntries,
Snapshot snapshot) |
void |
close() |
void |
retry(ManifestCommittable committable) |
public AddPartitionCommitCallback(PartitionHandler partitionHandler, InternalRowPartitionComputer partitionComputer)
public void call(List<ManifestEntry> committedEntries, Snapshot snapshot)
call in interface CommitCallbackpublic void retry(ManifestCommittable committable)
retry in interface CommitCallbackpublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.