|
GraphLab: Distributed Graph-Parallel API
2.1
|
#include <graphlab/rpc/dht.hpp>
Public Types | |
|
typedef boost::unordered_map < size_t, ValueType > | storage_type |
Public Member Functions | |
| dht (distributed_control &dc) | |
| procid_t | owner (const KeyType &key) const |
| std::pair< bool, ValueType > | get (const KeyType &key) const |
| request_future< std::pair < bool, ValueType > > | get_future (const KeyType &key) const |
| void | set (const KeyType &key, const ValueType &newval) |
| void | print_stats () const |
| void | clear () |
Implements a very rudimentary distributed key value store.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |