HadoopFileSystemDVStore¶
HadoopFileSystemDVStore
is a DeletionVectorStore.
Creating Instance¶
HadoopFileSystemDVStore
takes the following to be created:
-
Configuration
(Apache Hadoop)
HadoopFileSystemDVStore
is created when:
DeletionVectorStore
is requested to create a DeletionVectorStore
Reading Deletion Vector¶
DeletionVectorStore
read(
path: Path,
offset: Int,
size: Int): RoaringBitmapArray
read
is part of the DeletionVectorStore abstraction.
read
...FIXME