My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::DhtInterface Member List

This is the complete list of members for dht::DhtInterface, including all inherited members.

addBootstrap(const std::string &, const std::string &) (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
addOnConnectedCallback(std::function< void()> cb) (defined in dht::DhtInterface)dht::DhtInterfaceinline
cancelListen(const InfoHash &, size_t token)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
cancelPut(const InfoHash &, const Value::Id &)=0dht::DhtInterfacepure virtual
clearBootstrap() (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
connectivityChanged(sa_family_t)=0dht::DhtInterfacepure virtual
connectivityChanged()=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
DhtInterface()=default (defined in dht::DhtInterface)dht::DhtInterface
DhtInterface(const Logger &l) (defined in dht::DhtInterface)dht::DhtInterfaceinline
DhtInterface(const std::shared_ptr< Logger > &l) (defined in dht::DhtInterface)dht::DhtInterfaceinline
dumpTables() const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
exportNodes() const =0dht::DhtInterfacepure virtual
exportValues() const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
get(const InfoHash &key, GetCallback cb, DoneCallback donecb={}, Value::Filter &&f={}, Where &&w={})=0dht::DhtInterfacepure virtual
get(const InfoHash &key, GetCallback cb, DoneCallbackSimple donecb={}, Value::Filter &&f={}, Where &&w={})=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
get(const InfoHash &key, GetCallbackSimple cb, DoneCallback donecb={}, Value::Filter &&f={}, Where &&w={})=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
get(const InfoHash &key, GetCallbackSimple cb, DoneCallbackSimple donecb, Value::Filter &&f={}, Where &&w={})=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getLocal(const InfoHash &key, const Value::Filter &f={}) const =0dht::DhtInterfacepure virtual
getLocalById(const InfoHash &key, Value::Id vid) const =0dht::DhtInterfacepure virtual
getNodeId() const =0dht::DhtInterfacepure virtual
getNodeMessageStats(bool in=false)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getNodesStats(sa_family_t af) const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getPublicAddress(sa_family_t family=0)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getPut(const InfoHash &) const =0dht::DhtInterfacepure virtual
getPut(const InfoHash &, const Value::Id &) const =0dht::DhtInterfacepure virtual
getRoutingTablesLog(sa_family_t) const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getSearchesLog(sa_family_t) const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getSearchLog(const InfoHash &, sa_family_t af=AF_UNSPEC) const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getSocket() const (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
getStatus(sa_family_t af) const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getStatus() const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getStorageLimit() const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getStorageLog() const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getStorageLog(const InfoHash &) const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
getStoreSize() const =0dht::DhtInterfacepure virtual
getType(ValueType::Id type_id) const =0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
importValues(const std::vector< ValuesExport > &)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
insertNode(const InfoHash &id, const SockAddr &)=0dht::DhtInterfacepure virtual
insertNode(const NodeExport &n)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
isRunning(sa_family_t af=0) const =0dht::DhtInterfacepure virtual
listen(const InfoHash &, GetCallback, Value::Filter={}, Where w={})=0dht::DhtInterfacepure virtual
listen(const InfoHash &key, GetCallbackSimple cb, Value::Filter f={}, Where w={})=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
listen(const InfoHash &, ValueCallback, Value::Filter={}, Where w={})=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
logger_ (defined in dht::DhtInterface)dht::DhtInterfaceprotected
NodeExport typedef (defined in dht::DhtInterface)dht::DhtInterface
onConnectCallbacks_ (defined in dht::DhtInterface)dht::DhtInterfaceprotected
periodic(const uint8_t *buf, size_t buflen, SockAddr, const time_point &now)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
periodic(const uint8_t *buf, size_t buflen, const sockaddr *from, socklen_t fromlen, const time_point &now)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
pingNode(SockAddr, DoneCallbackSimple &&cb={})=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
pushNotificationReceived(const std::map< std::string, std::string > &data)=0dht::DhtInterfacepure virtual
put(const InfoHash &key, Sp< Value >, DoneCallback cb=nullptr, time_point created=time_point::max(), bool permanent=false)=0dht::DhtInterfacepure virtual
put(const InfoHash &key, const Sp< Value > &v, DoneCallbackSimple cb, time_point created=time_point::max(), bool permanent=false)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
put(const InfoHash &key, Value &&v, DoneCallback cb=nullptr, time_point created=time_point::max(), bool permanent=false)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
put(const InfoHash &key, Value &&v, DoneCallbackSimple cb, time_point created=time_point::max(), bool permanent=false)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
query(const InfoHash &key, QueryCallback cb, DoneCallback done_cb={}, Query &&q={})=0dht::DhtInterfacepure virtual
query(const InfoHash &key, QueryCallback cb, DoneCallbackSimple done_cb={}, Query &&q={})=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
registerType(const ValueType &type)=0 (defined in dht::DhtInterface)dht::DhtInterfacepure virtual
setLogFilter(const InfoHash &f)dht::DhtInterfaceinlinevirtual
setLogger(const Logger &l) (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
setLogger(const std::shared_ptr< Logger > &l) (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
setOnPublicAddressChanged(PublicAddressChangedCb) (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
setPushNotificationPlatform(const std::string &) (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
setPushNotificationToken(const std::string &) (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
setPushNotificationTopic(const std::string &) (defined in dht::DhtInterface)dht::DhtInterfaceinlinevirtual
setStorageLimit(size_t limit=DEFAULT_STORAGE_LIMIT)=0dht::DhtInterfacepure virtual
shutdown(ShutdownCallback cb, bool stop=false)=0dht::DhtInterfacepure virtual
Status typedef (defined in dht::DhtInterface)dht::DhtInterface
updateStatus(sa_family_t af)dht::DhtInterfaceinlinevirtual
~DhtInterface()=default (defined in dht::DhtInterface)dht::DhtInterfacevirtual