Class StoreNetworkClient¶
Defined in File StoreNetwork.h
Inheritance Relationships¶
Base Type¶
public Umap::StoreNetwork(Class StoreNetwork)
Class Documentation¶
-
class
Umap::StoreNetworkClient: public Umap::StoreNetwork¶ Public Functions
-
StoreNetworkClient(const char *id, std::size_t _rsize_)¶
-
~StoreNetworkClient()¶
-
std::size_t
get_size()¶
-
ssize_t
read_from_store(char *buf, size_t nb, off_t off)¶
-
ssize_t
read_from_store(char *buf, std::size_t nb, off_t off) = 0¶
-
ssize_t
write_to_store(char *buf, size_t nb, off_t off)¶
-
ssize_t
write_to_store(char *buf, std::size_t nb, off_t off) = 0¶
Public Static Functions
-