|
GraphLab: Distributed Graph-Parallel API
2.1
|
#include <graphlab/scheduler/scheduler_factory.hpp>
Public Types | |
| typedef Message | message_type |
| typedef ischeduler< message_type > | ischeduler_type |
Static Public Member Functions | |
| template<typename Scheduler > | |
| static ischeduler_type * | new_scheduler_impl (size_t num_vertices, const graphlab_options &opts) |
| static ischeduler_type * | new_scheduler (size_t num_vertices, const graphlab_options &opts) |
helper for constructing graphlab engines.
Definition at line 43 of file scheduler_factory.hpp.
|
inlinestatic |
This function returns a new scheduler for a particular engine
Definition at line 63 of file scheduler_factory.hpp.
|
inlinestatic |
Construct the a scheduler
Definition at line 52 of file scheduler_factory.hpp.