public class DeletionVectorIndexFileWriter extends Object
| Constructor and Description |
|---|
DeletionVectorIndexFileWriter(FileIO fileIO,
PathFactory pathFactory,
MemorySize targetSizePerIndexFile) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexFileMeta> |
write(Map<String,DeletionVector> input)
For unaware-bucket mode, this method will write out multiple index files, else, it will write
out only one index file.
|
public DeletionVectorIndexFileWriter(FileIO fileIO, PathFactory pathFactory, MemorySize targetSizePerIndexFile)
public List<IndexFileMeta> write(Map<String,DeletionVector> input) throws IOException
IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.