public class AppendCompactTask extends Object
AppendCompactCoordinator
.Constructor and Description |
---|
AppendCompactTask(BinaryRow partition,
List<DataFileMeta> files) |
Modifier and Type | Method and Description |
---|---|
List<DataFileMeta> |
compactAfter() |
List<DataFileMeta> |
compactBefore() |
CommitMessage |
doCompact(FileStoreTable table,
BaseAppendFileStoreWrite write) |
boolean |
equals(Object o) |
int |
hashCode() |
BinaryRow |
partition() |
String |
toString() |
public AppendCompactTask(BinaryRow partition, List<DataFileMeta> files)
public BinaryRow partition()
public List<DataFileMeta> compactBefore()
public List<DataFileMeta> compactAfter()
public CommitMessage doCompact(FileStoreTable table, BaseAppendFileStoreWrite write) throws Exception
Exception
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.