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
IOExceptionpublic long getPos()
public void write(String key, DeletionVector deletionVector) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic IndexFileMeta result()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.