public static class FileStoreWrite.State<T> extends Object
FileStoreWrite
.Modifier and Type | Field and Description |
---|---|
protected long |
baseSnapshotId |
protected int |
bucket |
protected CommitIncrement |
commitIncrement |
protected List<DataFileMeta> |
dataFiles |
protected DeletionVectorsMaintainer |
deletionVectorsMaintainer |
protected IndexMaintainer<T> |
indexMaintainer |
protected long |
lastModifiedCommitIdentifier |
protected long |
maxSequenceNumber |
protected BinaryRow |
partition |
Modifier | Constructor and Description |
---|---|
protected |
State(BinaryRow partition,
int bucket,
long baseSnapshotId,
long lastModifiedCommitIdentifier,
Collection<DataFileMeta> dataFiles,
long maxSequenceNumber,
IndexMaintainer<T> indexMaintainer,
DeletionVectorsMaintainer deletionVectorsMaintainer,
CommitIncrement commitIncrement) |
protected final BinaryRow partition
protected final int bucket
protected final long baseSnapshotId
protected final long lastModifiedCommitIdentifier
protected final List<DataFileMeta> dataFiles
protected final long maxSequenceNumber
@Nullable protected final IndexMaintainer<T> indexMaintainer
@Nullable protected final DeletionVectorsMaintainer deletionVectorsMaintainer
protected final CommitIncrement commitIncrement
protected State(BinaryRow partition, int bucket, long baseSnapshotId, long lastModifiedCommitIdentifier, Collection<DataFileMeta> dataFiles, long maxSequenceNumber, @Nullable IndexMaintainer<T> indexMaintainer, @Nullable DeletionVectorsMaintainer deletionVectorsMaintainer, CommitIncrement commitIncrement)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.