Flex
0.17.9
|
This is the complete list of members for gs::DualCsr< RecordView >, including all inherited members.
BatchInit(const std::string &oe_name, const std::string &ie_name, const std::string &edata_name, const std::string &work_dir, const std::vector< int > &oe_degree, const std::vector< int > &ie_degree) override | gs::DualCsr< RecordView > | inlinevirtual |
BatchInitInMemory(const std::string &edata_name, const std::string &work_dir, const std::vector< int > &oe_degree, const std::vector< int > &ie_degree) override | gs::DualCsr< RecordView > | inlinevirtual |
BatchPutEdge(vid_t src, vid_t dst, size_t row_id) | gs::DualCsr< RecordView > | inline |
Close() override | gs::DualCsr< RecordView > | inlinevirtual |
col_name_ | gs::DualCsr< RecordView > | private |
DualCsr(EdgeStrategy oe_strategy, EdgeStrategy ie_strategy, const std::vector< std::string > &col_name, const std::vector< PropertyType > &property_types, const std::vector< StorageStrategy > &storage_strategies) | gs::DualCsr< RecordView > | inline |
DualCsrBase()=default | gs::DualCsrBase | |
Dump(const std::string &oe_name, const std::string &ie_name, const std::string &edata_name, const std::string &new_snapshot_dir) override | gs::DualCsr< RecordView > | inlinevirtual |
EdgeNum() const | gs::DualCsrBase | inline |
GetInCsr() override | gs::DualCsr< RecordView > | inlinevirtual |
GetInCsr() const override | gs::DualCsr< RecordView > | inlinevirtual |
GetOutCsr() override | gs::DualCsr< RecordView > | inlinevirtual |
GetOutCsr() const override | gs::DualCsr< RecordView > | inlinevirtual |
GetTable() | gs::DualCsr< RecordView > | inline |
GetTable() const | gs::DualCsr< RecordView > | inline |
in_csr_ | gs::DualCsr< RecordView > | private |
IngestEdge(vid_t src, vid_t dst, grape::OutArchive &oarc, timestamp_t ts, Allocator &alloc) override | gs::DualCsr< RecordView > | inlinevirtual |
InitTable(const std::string &edata_name, const std::string &work_dir) | gs::DualCsr< RecordView > | inline |
Open(const std::string &oe_name, const std::string &ie_name, const std::string &edata_name, const std::string &snapshot_dir, const std::string &work_dir) override | gs::DualCsr< RecordView > | inlinevirtual |
OpenInMemory(const std::string &oe_name, const std::string &ie_name, const std::string &edata_name, const std::string &snapshot_dir, size_t src_vertex_cap, size_t dst_vertex_cap) override | gs::DualCsr< RecordView > | inlinevirtual |
OpenWithHugepages(const std::string &oe_name, const std::string &ie_name, const std::string &edata_name, const std::string &snapshot_dir, size_t src_vertex_cap, size_t dst_vertex_cap) override | gs::DualCsr< RecordView > | inlinevirtual |
out_csr_ | gs::DualCsr< RecordView > | private |
property_types_ | gs::DualCsr< RecordView > | private |
Resize(vid_t src_vertex_num, vid_t dst_vertex_num) | gs::DualCsrBase | inline |
SortByEdgeData(timestamp_t ts) override | gs::DualCsr< RecordView > | inlinevirtual |
storage_strategies_ | gs::DualCsr< RecordView > | private |
table_ | gs::DualCsr< RecordView > | private |
table_idx_ | gs::DualCsr< RecordView > | private |
UpdateEdge(vid_t src, vid_t dst, const Any &data, timestamp_t ts, Allocator &alloc) override | gs::DualCsr< RecordView > | inlinevirtual |
Warmup(int thread_num) | gs::DualCsrBase | inline |
~DualCsr() | gs::DualCsr< RecordView > | inline |
~DualCsrBase()=default | gs::DualCsrBase | virtual |