@Public public interface BatchTableWrite extends TableWrite
TableWrite
for batch processing. Recommended for one-time committing.Modifier and Type | Method and Description |
---|---|
List<CommitMessage> |
prepareCommit()
Prepare commit for
TableCommit . |
compact, getBucket, getPartition, withInsertOnly, withIOManager, withMemoryPool, withMetricRegistry, write, write, writeBundle
close
List<CommitMessage> prepareCommit() throws Exception
TableCommit
. Collect incremental files for this write.Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.