Class StoreFile

Inheritance Relationships

Base Type

Class Documentation

class Umap::StoreFile : public Umap::Store

Public Functions

StoreFile(void *_region_, size_t _rsize_, size_t _alignsize_, int _fd_)
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)
std::size_t get_size()
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

Public Static Functions

Store *make_store(void *_region_, std::size_t _rsize_, std::size_t _alignsize_, int _fd_)