public class UnawareAppendDeletionFileMaintainer extends Object implements AppendDeletionFileMaintainer
AppendDeletionFileMaintainer
of unaware bucket append table.Modifier and Type | Method and Description |
---|---|
int |
getBucket() |
DeletionFile |
getDeletionFile(String dataFile) |
DeletionVector |
getDeletionVector(String dataFile) |
IndexFileMeta |
getIndexFile(String dataFile) |
BinaryRow |
getPartition() |
boolean |
hasDeletionFile(String dataFile) |
void |
notifyNewDeletionVector(String dataFile,
DeletionVector deletionVector) |
DeletionFile |
notifyRemovedDeletionVector(String dataFile) |
List<IndexManifestEntry> |
persist() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forBucketedAppend, forUnawareAppend
public BinaryRow getPartition()
getPartition
in interface AppendDeletionFileMaintainer
public int getBucket()
getBucket
in interface AppendDeletionFileMaintainer
public boolean hasDeletionFile(String dataFile)
public DeletionFile getDeletionFile(String dataFile)
public DeletionVector getDeletionVector(String dataFile)
public DeletionFile notifyRemovedDeletionVector(String dataFile)
public void notifyNewDeletionVector(String dataFile, DeletionVector deletionVector)
notifyNewDeletionVector
in interface AppendDeletionFileMaintainer
public List<IndexManifestEntry> persist()
persist
in interface AppendDeletionFileMaintainer
public IndexFileMeta getIndexFile(String dataFile)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.