public class AppendOnlyFixedBucketFileStoreWrite extends AppendOnlyFileStoreWrite
AbstractFileStoreWrite.WriterContainer<T>FileStoreWrite.State<T>cacheManager, optionscompactionMetrics, ioManager, isStreamingMode, snapshotManager, tableName, writers| Constructor and Description |
|---|
AppendOnlyFixedBucketFileStoreWrite(FileIO fileIO,
RawFileSplitRead read,
long schemaId,
String commitUser,
RowType rowType,
RowType partitionType,
FileStorePathFactory pathFactory,
SnapshotManager snapshotManager,
FileStoreScan scan,
CoreOptions options,
DeletionVectorsMaintainer.Factory dvMaintainerFactory,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Function<AbstractFileStoreWrite.WriterContainer<InternalRow>,Boolean> |
createWriterCleanChecker() |
protected CompactManager |
getCompactManager(BinaryRow partition,
int bucket,
List<DataFileMeta> restoredFiles,
ExecutorService compactExecutor,
DeletionVectorsMaintainer dvMaintainer) |
compactRewrite, createWriter, forceBufferSpill, writeBundleclose, notifyNewWriter, prepareCommit, withMemoryPoolFactory, withMetricRegistrycheckpoint, compact, compactionMetrics, createConflictAwareWriterCleanChecker, createNoConflictAwareWriterCleanChecker, createWriterContainer, getActiveBuckets, getCompactExecutor, getDefaultBucketNum, getWriterWrapper, notifyNewFiles, restore, withCompactExecutor, withExecutionMode, withIgnoreNumBucketCheck, withIgnorePreviousFiles, withInsertOnly, withIOManager, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, compact, notifyNewFiles, prepareCommit, withCompactExecutor, withExecutionMode, withIgnoreNumBucketCheck, withIgnorePreviousFiles, withInsertOnly, withIOManager, withMemoryPool, withMemoryPoolFactory, withMetricRegistry, writecheckpoint, restorepublic AppendOnlyFixedBucketFileStoreWrite(FileIO fileIO, RawFileSplitRead read, long schemaId, String commitUser, RowType rowType, RowType partitionType, FileStorePathFactory pathFactory, SnapshotManager snapshotManager, FileStoreScan scan, CoreOptions options, @Nullable DeletionVectorsMaintainer.Factory dvMaintainerFactory, String tableName)
protected CompactManager getCompactManager(BinaryRow partition, int bucket, List<DataFileMeta> restoredFiles, ExecutorService compactExecutor, @Nullable DeletionVectorsMaintainer dvMaintainer)
getCompactManager in class AppendOnlyFileStoreWriteprotected java.util.function.Function<AbstractFileStoreWrite.WriterContainer<InternalRow>,Boolean> createWriterCleanChecker()
createWriterCleanChecker in class AbstractFileStoreWrite<InternalRow>Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.