My Project 3.5.5
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 104 of file dht_proxy_server.h.

Member Function Documentation

◆ increment()

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

Definition at line 108 of file dht_proxy_server.h.

◆ toJson()

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

Definition at line 115 of file dht_proxy_server.h.

◆ toString()

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

Definition at line 122 of file dht_proxy_server.h.

Member Data Documentation

◆ highPriorityCount

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

Definition at line 105 of file dht_proxy_server.h.

◆ normalPriorityCount

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

Definition at line 106 of file dht_proxy_server.h.


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