add_edge_aggregator(const std::string &key, EdgeMapType map_function, FinalizerType finalize_function) | graphlab::iengine< VertexProgram > | inline |
add_vertex_aggregator(const std::string &key, VertexMapType map_function, FinalizerType finalize_function) | graphlab::iengine< VertexProgram > | inline |
aggregate_now(const std::string &key) | graphlab::iengine< VertexProgram > | inline |
aggregate_periodic(const std::string &key, float seconds) | graphlab::iengine< VertexProgram > | inline |
edge_data_type typedef | graphlab::synchronous_engine< VertexProgram > | |
edge_type typedef | graphlab::synchronous_engine< VertexProgram > | |
elapsed_seconds() const | graphlab::synchronous_engine< VertexProgram > | virtual |
gather_type typedef | graphlab::synchronous_engine< VertexProgram > | |
get_aggregator() | graphlab::synchronous_engine< VertexProgram > | |
graph_type typedef | graphlab::synchronous_engine< VertexProgram > | |
icontext_type typedef | graphlab::synchronous_engine< VertexProgram > | |
iteration() const | graphlab::synchronous_engine< VertexProgram > | virtual |
map_reduce_edges(EdgeMapperType mapfunction) | graphlab::iengine< VertexProgram > | inline |
map_reduce_vertices(VertexMapperType mapfunction) | graphlab::iengine< VertexProgram > | inline |
message_type typedef | graphlab::synchronous_engine< VertexProgram > | |
num_updates() const | graphlab::synchronous_engine< VertexProgram > | virtual |
signal(vertex_id_type vid, const message_type &message=message_type()) (defined in graphlab::synchronous_engine< VertexProgram >) | graphlab::synchronous_engine< VertexProgram > | |
graphlab::iengine::signal(vertex_id_type vertex, const message_type &message=message_type())=0 | graphlab::iengine< VertexProgram > | pure virtual |
signal_all(const message_type &message=message_type(), const std::string &order="shuffle") (defined in graphlab::synchronous_engine< VertexProgram >) | graphlab::synchronous_engine< VertexProgram > | |
graphlab::iengine::signal_all(const message_type &message=message_type(), const std::string &order="shuffle")=0 | graphlab::iengine< VertexProgram > | pure virtual |
signal_vset(const vertex_set &vset, const message_type &message=message_type(), const std::string &order="shuffle") (defined in graphlab::synchronous_engine< VertexProgram >) | graphlab::synchronous_engine< VertexProgram > | |
graphlab::iengine::signal_vset(const vertex_set &vset, const message_type &message=message_type(), const std::string &order="shuffle")=0 | graphlab::iengine< VertexProgram > | pure virtual |
start() | graphlab::synchronous_engine< VertexProgram > | virtual |
synchronous_engine(distributed_control &dc, graph_type &graph, const graphlab_options &opts=graphlab_options()) | graphlab::synchronous_engine< VertexProgram > | |
total_memory_usage() const | graphlab::synchronous_engine< VertexProgram > | |
transform_edges(EdgeMapperType mapfunction) | graphlab::iengine< VertexProgram > | inline |
transform_vertices(VertexMapperType mapfunction) | graphlab::iengine< VertexProgram > | inline |
vertex_data_type typedef | graphlab::synchronous_engine< VertexProgram > | |
vertex_id_type typedef | graphlab::iengine< VertexProgram > | |
vertex_program_type typedef | graphlab::synchronous_engine< VertexProgram > | |
vertex_type typedef | graphlab::synchronous_engine< VertexProgram > | |
~iengine() (defined in graphlab::iengine< VertexProgram >) | graphlab::iengine< VertexProgram > | inlinevirtual |