#include <boost/bind.hpp>#include <boost/function.hpp>#include <havoqgt/delegate_partitioned_graph.hpp>#include <havoqgt/parallel_edge_list_reader.hpp>#include <havoqgt/environment.hpp>#include <havoqgt/cache_utilities.hpp>#include <havoqgt/distributed_db.hpp>#include <iostream>#include <assert.h>#include <deque>#include <utility>#include <algorithm>#include <functional>#include <fstream>#include <unistd.h>
Go to the source code of this file.
Typedefs | |
| typedef havoqgt::distributed_db::segment_manager_type | segment_manager_t |
| typedef hmpi::delegate_partitioned_graph< segment_manager_t > | graph_type |
Functions | |
| void | usage () |
| void | parse_cmd_line (int argc, char **argv, std::string &output_filename, uint64_t &delegate_threshold, std::vector< std::string > &input_filenames) |
| int | main (int argc, char **argv) |
Definition at line 78 of file ingest_edge_list.cpp.
Definition at line 77 of file ingest_edge_list.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 135 of file ingest_edge_list.cpp.

| void parse_cmd_line | ( | int | argc, |
| char ** | argv, | ||
| std::string & | output_filename, | ||
| uint64_t & | delegate_threshold, | ||
| std::vector< std::string > & | input_filenames | ||
| ) |
Definition at line 90 of file ingest_edge_list.cpp.


| void usage | ( | ) |
Definition at line 80 of file ingest_edge_list.cpp.

