public static class DeletionVectorsMaintainer.Factory extends Object
DeletionVectorsMaintainer
.Constructor and Description |
---|
Factory(IndexFileHandler handler) |
Modifier and Type | Method and Description |
---|---|
DeletionVectorsMaintainer |
create() |
DeletionVectorsMaintainer |
createOrRestore(Long snapshotId,
BinaryRow partition) |
DeletionVectorsMaintainer |
createOrRestore(Long snapshotId,
BinaryRow partition,
int bucket) |
DeletionVectorsMaintainer |
createOrRestore(Map<String,DeletionVector> deletionVectors) |
public Factory(IndexFileHandler handler)
public DeletionVectorsMaintainer createOrRestore(@Nullable Long snapshotId, BinaryRow partition, int bucket)
@VisibleForTesting public DeletionVectorsMaintainer createOrRestore(@Nullable Long snapshotId, BinaryRow partition)
public DeletionVectorsMaintainer create()
public DeletionVectorsMaintainer createOrRestore(Map<String,DeletionVector> deletionVectors)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.