My Project 3.7.1
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::DhtProxyServer::PushStats Struct Reference

Public Member Functions

void increment (bool highPriority)
Json::Value toJson () const
std::string toString () const

Public Attributes

uint64_t highPriorityCount {0}
uint64_t normalPriorityCount {0}

Detailed Description

Definition at line 82 of file dht_proxy_server.h.

Member Function Documentation

◆ increment()

void dht::DhtProxyServer::PushStats::increment ( bool highPriority)
inline

Definition at line 87 of file dht_proxy_server.h.

◆ toJson()

Json::Value dht::DhtProxyServer::PushStats::toJson ( ) const
inline

Definition at line 95 of file dht_proxy_server.h.

◆ toString()

std::string dht::DhtProxyServer::PushStats::toString ( ) const
inline

Definition at line 103 of file dht_proxy_server.h.

Member Data Documentation

◆ highPriorityCount

uint64_t dht::DhtProxyServer::PushStats::highPriorityCount {0}

Definition at line 84 of file dht_proxy_server.h.

◆ normalPriorityCount

uint64_t dht::DhtProxyServer::PushStats::normalPriorityCount {0}

Definition at line 85 of file dht_proxy_server.h.


The documentation for this struct was generated from the following file: