|
My Project 3.5.5
C++ Distributed Hash Table
|
This is the complete list of members for dht::Dht, including all inherited members.
| addBootstrap(const std::string &host, const std::string &service) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| addOnConnectedCallback(std::function< void()> cb) (defined in dht::DhtInterface) | dht::DhtInterface | inline |
| cancelListen(const InfoHash &, size_t token) override (defined in dht::Dht) | dht::Dht | virtual |
| cancelPut(const InfoHash &, const Value::Id &) override | dht::Dht | virtual |
| clearBootstrap() override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| connectivityChanged(sa_family_t) override | dht::Dht | virtual |
| connectivityChanged() override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| Dht(std::unique_ptr< net::DatagramSocket > &&sock, const Config &config, const Sp< Logger > &l={}, std::unique_ptr< std::mt19937_64 > &&rd={}) | dht::Dht | |
| DhtInterface()=default (defined in dht::DhtInterface) | dht::DhtInterface | |
| DhtInterface(const Logger &l) (defined in dht::DhtInterface) | dht::DhtInterface | inline |
| DhtInterface(const std::shared_ptr< Logger > &l) (defined in dht::DhtInterface) | dht::DhtInterface | inline |
| dumpTables() const override (defined in dht::Dht) | dht::Dht | virtual |
| exportNodes() const override | dht::Dht | virtual |
| exportValues() const override (defined in dht::Dht) | dht::Dht | virtual |
| get(const InfoHash &key, GetCallback cb, DoneCallback donecb={}, Value::Filter &&f={}, Where &&w={}) override | dht::Dht | virtual |
| get(const InfoHash &key, GetCallback cb, DoneCallbackSimple donecb={}, Value::Filter &&f={}, Where &&w={}) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| get(const InfoHash &key, GetCallbackSimple cb, DoneCallback donecb={}, Value::Filter &&f={}, Where &&w={}) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| get(const InfoHash &key, GetCallbackSimple cb, DoneCallbackSimple donecb, Value::Filter &&f={}, Where &&w={}) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| getLocal(const InfoHash &key, const Value::Filter &f={}) const override | dht::Dht | virtual |
| getLocalById(const InfoHash &key, Value::Id vid) const override | dht::Dht | virtual |
| getNodeId() const override | dht::Dht | inlinevirtual |
| getNodeMessageStats(bool in=false) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| getNodesStats(sa_family_t af) const override (defined in dht::Dht) | dht::Dht | virtual |
| getPublicAddress(sa_family_t family=0) override (defined in dht::Dht) | dht::Dht | virtual |
| getPut(const InfoHash &) const override | dht::Dht | virtual |
| getPut(const InfoHash &, const Value::Id &) const override | dht::Dht | virtual |
| getRoutingTablesLog(sa_family_t) const override (defined in dht::Dht) | dht::Dht | virtual |
| getSearchesLog(sa_family_t) const override (defined in dht::Dht) | dht::Dht | virtual |
| getSearchLog(const InfoHash &, sa_family_t af=AF_UNSPEC) const override (defined in dht::Dht) | dht::Dht | virtual |
| getSocket() const override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| getStatus(sa_family_t af) const override | dht::Dht | inlinevirtual |
| getStatus() const override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| getStorageLimit() const override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| getStorageLog() const override (defined in dht::Dht) | dht::Dht | virtual |
| getStorageLog(const InfoHash &) const override (defined in dht::Dht) | dht::Dht | virtual |
| getStoreSize() const override | dht::Dht | inlinevirtual |
| getType(ValueType::Id type_id) const override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| importValues(const std::vector< ValuesExport > &) override (defined in dht::Dht) | dht::Dht | virtual |
| insertNode(const InfoHash &id, const SockAddr &) override | dht::Dht | virtual |
| insertNode(const NodeExport &n) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| isRunning(sa_family_t af=0) const override | dht::Dht | virtual |
| listen(const InfoHash &, ValueCallback, Value::Filter={}, Where={}) override | dht::Dht | virtual |
| listen(const InfoHash &key, GetCallback cb, Value::Filter f={}, Where w={}) override | dht::Dht | inlinevirtual |
| listen(const InfoHash &key, GetCallbackSimple cb, Value::Filter f={}, Where w={}) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| loadState(const std::string &path) (defined in dht::Dht) | dht::Dht | |
| logger_ (defined in dht::DhtInterface) | dht::DhtInterface | protected |
| NodeExport typedef (defined in dht::DhtInterface) | dht::DhtInterface | |
| onConnectCallbacks_ (defined in dht::DhtInterface) | dht::DhtInterface | protected |
| periodic(const uint8_t *buf, size_t buflen, SockAddr, const time_point &now) override (defined in dht::Dht) | dht::Dht | virtual |
| periodic(const uint8_t *buf, size_t buflen, const sockaddr *from, socklen_t fromlen, const time_point &now) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| pingNode(SockAddr, DoneCallbackSimple &&cb={}) override (defined in dht::Dht) | dht::Dht | virtual |
| pushNotificationReceived(const std::map< std::string, std::string > &) override | dht::Dht | inlinevirtual |
| put(const InfoHash &key, Sp< Value >, DoneCallback cb=nullptr, time_point created=time_point::max(), bool permanent=false) override | dht::Dht | virtual |
| put(const InfoHash &key, const Sp< Value > &v, DoneCallbackSimple cb, time_point created=time_point::max(), bool permanent=false) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| put(const InfoHash &key, Value &&v, DoneCallback cb=nullptr, time_point created=time_point::max(), bool permanent=false) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| put(const InfoHash &key, Value &&v, DoneCallbackSimple cb, time_point created=time_point::max(), bool permanent=false) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| query(const InfoHash &key, QueryCallback cb, DoneCallback done_cb={}, Query &&q={}) override | dht::Dht | virtual |
| query(const InfoHash &key, QueryCallback cb, DoneCallbackSimple done_cb={}, Query &&q={}) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| registerType(const ValueType &type) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| resubscribe(unsigned) (defined in dht::Dht) | dht::Dht | inline |
| saveState(const std::string &path) const (defined in dht::Dht) | dht::Dht | |
| setLogFilter(const InfoHash &f) | dht::DhtInterface | inlinevirtual |
| setLogger(const Logger &l) (defined in dht::DhtInterface) | dht::DhtInterface | inlinevirtual |
| setLogger(const std::shared_ptr< Logger > &l) (defined in dht::DhtInterface) | dht::DhtInterface | inlinevirtual |
| setOnPublicAddressChanged(PublicAddressChangedCb cb) override (defined in dht::Dht) | dht::Dht | inlinevirtual |
| setPushNotificationPlatform(const std::string &) (defined in dht::DhtInterface) | dht::DhtInterface | inlinevirtual |
| setPushNotificationToken(const std::string &) (defined in dht::DhtInterface) | dht::DhtInterface | inlinevirtual |
| setPushNotificationTopic(const std::string &) (defined in dht::DhtInterface) | dht::DhtInterface | inlinevirtual |
| setStorageLimit(size_t limit=DEFAULT_STORAGE_LIMIT) override | dht::Dht | inlinevirtual |
| shutdown(ShutdownCallback cb, bool stop=false) override | dht::Dht | virtual |
| Status typedef (defined in dht::DhtInterface) | dht::DhtInterface | |
| updateStatus(sa_family_t af) override | dht::Dht | virtual |
| ~Dht() (defined in dht::Dht) | dht::Dht | virtual |
| ~DhtInterface()=default (defined in dht::DhtInterface) | dht::DhtInterface | virtual |