Class SparseStore¶
Defined in File SparseStore.h
Inheritance Relationships¶
Base Type¶
public Umap::Store(Class Store)
Class Documentation¶
-
class
Umap::SparseStore: public Umap::Store¶ Public Functions
-
SparseStore(size_t _rsize_, size_t _aligned_size_, std::string _root_path_, size_t _file_Size_)¶
-
~SparseStore()¶
-
ssize_t
read_from_store(char *buf, size_t nb, off_t off)¶
-
ssize_t
write_to_store(char *buf, size_t nb, off_t off)¶
-
int
get_directory_creation_status()¶
-
int
close_files()¶
-
ssize_t
read_from_store(char *buf, std::size_t nb, off_t off) = 0¶
-
ssize_t
write_to_store(char *buf, std::size_t nb, off_t off) = 0¶
-