all_gather(std::vector< U > &data, bool control=false) | graphlab::distributed_control | inline |
all_reduce(U &data, bool control=false) | graphlab::distributed_control | inline |
all_reduce2(U &data, PlusEqual plusequal, bool control=false) | graphlab::distributed_control | inline |
barrier() | graphlab::distributed_control | |
broadcast(U &data, bool originator, bool control=false) | graphlab::distributed_control | inline |
bytes_received() const | graphlab::distributed_control | inline |
bytes_sent() const | graphlab::distributed_control | inline |
calls_received() const | graphlab::distributed_control | inline |
calls_sent() const | graphlab::distributed_control | inline |
cerr() const | graphlab::distributed_control | inline |
cout() const | graphlab::distributed_control | inline |
distributed_control() | graphlab::distributed_control | |
distributed_control(dc_init_param initparam) | graphlab::distributed_control | explicit |
flush() | graphlab::distributed_control | |
full_barrier() | graphlab::distributed_control | |
gather(std::vector< U > &data, procid_t sendto, bool control=false) | graphlab::distributed_control | inline |
gather_statistics() | graphlab::distributed_control | |
get_sequentialization_key() | graphlab::distributed_control | static |
mega_calls_sent() const | graphlab::distributed_control | inline |
network_bytes_sent() const | graphlab::distributed_control | inline |
network_megabytes_sent() const | graphlab::distributed_control | inline |
new_sequentialization_key() | graphlab::distributed_control | static |
numprocs() const | graphlab::distributed_control | inline |
procid() const | graphlab::distributed_control | inline |
recv_from(procid_t source, U &t, bool control=false) | graphlab::distributed_control | inline |
register_deletion_callback(boost::function< void(void)> deleter) | graphlab::distributed_control | inline |
remote_call(procid_t targetmachine, Fn fn,...) | graphlab::distributed_control | |
remote_call(Iterator machine_begin, Iterator machine_end, Fn fn,...) | graphlab::distributed_control | |
remote_request(procid_t targetmachine, Fn fn,...) | graphlab::distributed_control | |
send_to(procid_t target, U &t, bool control=false) | graphlab::distributed_control | inline |
set_sequentialization_key(unsigned char newkey) | graphlab::distributed_control | static |
~distributed_control() (defined in graphlab::distributed_control) | graphlab::distributed_control | |