Package | Description |
---|---|
org.apache.paimon.index | |
org.apache.paimon.operation |
Modifier and Type | Class and Description |
---|---|
class |
HashIndexMaintainer
An
IndexMaintainer for dynamic bucket to maintain key hashcode in a bucket. |
Modifier and Type | Method and Description |
---|---|
IndexMaintainer<KeyValue> |
HashIndexMaintainer.Factory.createOrRestore(Long snapshotId,
BinaryRow partition,
int bucket) |
IndexMaintainer<T> |
IndexMaintainer.Factory.createOrRestore(Long snapshotId,
BinaryRow partition,
int bucket) |
Modifier and Type | Field and Description |
---|---|
protected IndexMaintainer<T> |
FileStoreWrite.State.indexMaintainer |
IndexMaintainer<T> |
AbstractFileStoreWrite.WriterContainer.indexMaintainer |
Constructor and Description |
---|
State(BinaryRow partition,
int bucket,
long baseSnapshotId,
long lastModifiedCommitIdentifier,
Collection<DataFileMeta> dataFiles,
long maxSequenceNumber,
IndexMaintainer<T> indexMaintainer,
DeletionVectorsMaintainer deletionVectorsMaintainer,
CommitIncrement commitIncrement) |
WriterContainer(RecordWriter<T> writer,
IndexMaintainer<T> indexMaintainer,
DeletionVectorsMaintainer deletionVectorsMaintainer,
Long baseSnapshotId) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.