public class DeletionFileWriter extends Object implements Closeable
Constructor and Description |
---|
DeletionFileWriter(Path path,
FileIO fileIO) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getPos() |
IndexFileMeta |
result() |
void |
write(String key,
DeletionVector deletionVector) |
public DeletionFileWriter(Path path, FileIO fileIO) throws IOException
IOException
public long getPos()
public void write(String key, DeletionVector deletionVector) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public IndexFileMeta result()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.