Flex
0.17.9
|
This is the complete list of members for gs::TypedMutableCsrBase< EDATA_T >, including all inherited members.
batch_init(const std::string &name, const std::string &work_dir, const std::vector< int > °ree, double reserve_ratio=1.2)=0 | gs::CsrBase | pure virtual |
batch_init_in_memory(const std::vector< int > °ree, double reserve_ratio=1.2)=0 | gs::CsrBase | pure virtual |
batch_put_edge(vid_t src, vid_t dst, const EDATA_T &data, timestamp_t ts=0)=0 | gs::TypedCsrBase< EDATA_T > | pure virtual |
batch_sort_by_edge_data(timestamp_t ts) | gs::CsrBase | inlinevirtual |
close()=0 | gs::CsrBase | pure virtual |
CsrBase()=default | gs::CsrBase | |
dump(const std::string &name, const std::string &new_snapshot_dir)=0 | gs::CsrBase | pure virtual |
edge_iter(vid_t v) const =0 | gs::CsrBase | pure virtual |
edge_iter_mut(vid_t v)=0 | gs::CsrBase | pure virtual |
edge_iter_raw(vid_t v) const =0 | gs::CsrBase | pure virtual |
edge_num() const =0 | gs::CsrBase | pure virtual |
get_edges(vid_t v) const =0 | gs::TypedMutableCsrBase< EDATA_T > | pure virtual |
open(const std::string &name, const std::string &snapshot_dir, const std::string &work_dir)=0 | gs::CsrBase | pure virtual |
open_in_memory(const std::string &prefix, size_t v_cap)=0 | gs::CsrBase | pure virtual |
open_with_hugepages(const std::string &prefix, size_t v_cap=0) | gs::CsrBase | inlinevirtual |
put_edge(vid_t src, vid_t dst, const EDATA_T &data, timestamp_t ts, Allocator &alloc)=0 | gs::TypedCsrBase< EDATA_T > | pure virtual |
resize(vid_t vnum)=0 | gs::CsrBase | pure virtual |
size() const =0 | gs::CsrBase | pure virtual |
slice_t typedef | gs::TypedMutableCsrBase< EDATA_T > | |
unsorted_since() const | gs::CsrBase | inlinevirtual |
warmup(int thread_num) const =0 | gs::CsrBase | pure virtual |
~CsrBase()=default | gs::CsrBase | virtual |