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, waitforBucketedAppend, forUnawareAppendpublic BinaryRow getPartition()
getPartition in interface AppendDeletionFileMaintainerpublic int getBucket()
getBucket in interface AppendDeletionFileMaintainerpublic 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 AppendDeletionFileMaintainerpublic List<IndexManifestEntry> persist()
persist in interface AppendDeletionFileMaintainerpublic IndexFileMeta getIndexFile(String dataFile)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.