|
My Project 3.5.5
C++ Distributed Hash Table
|

Public Member Functions | |
| std::string | toString () const |
| Json::Value | toJson () const |
Public Attributes | |
| size_t | listenCount {0} |
| size_t | putCount {0} |
| size_t | totalPermanentPuts {0} |
| size_t | pushListenersCount {0} |
| time_point | serverStartTime |
| time_point | lastUpdated |
| PushStats | androidPush |
| PushStats | iosPush |
| PushStats | unifiedPush |
| double | requestRate {0} |
| std::shared_ptr< NodeInfo > | nodeInfo {} |
Definition at line 127 of file dht_proxy_server.h.
| Json::Value dht::DhtProxyServer::ServerStats::toJson | ( | ) | const |
Build a json object from a NodeStats
| PushStats dht::DhtProxyServer::ServerStats::androidPush |
Total number of push notification requests that the server attempted to send since being started, broken down by type and priority level
Definition at line 143 of file dht_proxy_server.h.
| PushStats dht::DhtProxyServer::ServerStats::iosPush |
Definition at line 144 of file dht_proxy_server.h.
| time_point dht::DhtProxyServer::ServerStats::lastUpdated |
Last time at which the stats were updated
Definition at line 140 of file dht_proxy_server.h.
| size_t dht::DhtProxyServer::ServerStats::listenCount {0} |
Current number of listen operations
Definition at line 129 of file dht_proxy_server.h.
| std::shared_ptr<NodeInfo> dht::DhtProxyServer::ServerStats::nodeInfo {} |
Node Info
Definition at line 150 of file dht_proxy_server.h.
| size_t dht::DhtProxyServer::ServerStats::pushListenersCount {0} |
Current number of push tokens with at least one listen operation
Definition at line 135 of file dht_proxy_server.h.
| size_t dht::DhtProxyServer::ServerStats::putCount {0} |
Current number of permanent put operations (hash used)
Definition at line 131 of file dht_proxy_server.h.
| double dht::DhtProxyServer::ServerStats::requestRate {0} |
Average requests per second
Definition at line 148 of file dht_proxy_server.h.
| time_point dht::DhtProxyServer::ServerStats::serverStartTime |
Time at which the server was started
Definition at line 138 of file dht_proxy_server.h.
| size_t dht::DhtProxyServer::ServerStats::totalPermanentPuts {0} |
Current number of permanent put values
Definition at line 133 of file dht_proxy_server.h.
| PushStats dht::DhtProxyServer::ServerStats::unifiedPush |
Definition at line 145 of file dht_proxy_server.h.