QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Encapsulates any statistics we would like to keep about requests. More...
#include <qgstiledownloadmanager.h>
Public Attributes | |
int | networkRequestsFailed = 0 |
How many network requests have failed. More... | |
int | networkRequestsOk = 0 |
How many network requests have been successful. More... | |
int | networkRequestsStarted = 0 |
How many actual network requests were started. More... | |
int | requestsEarlyDeleted = 0 |
How many requests were deleted early by the client (i.e. lost interest) More... | |
int | requestsMerged = 0 |
How many requests were same as some other pending request and got "merged". More... | |
int | requestsTotal = 0 |
How many requests were done through the download manager. More... | |
Encapsulates any statistics we would like to keep about requests.
Definition at line 209 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::networkRequestsFailed = 0 |
How many network requests have failed.
Definition at line 224 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::networkRequestsOk = 0 |
How many network requests have been successful.
Definition at line 222 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::networkRequestsStarted = 0 |
How many actual network requests were started.
Definition at line 220 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::requestsEarlyDeleted = 0 |
How many requests were deleted early by the client (i.e. lost interest)
Definition at line 217 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::requestsMerged = 0 |
How many requests were same as some other pending request and got "merged".
Definition at line 215 of file qgstiledownloadmanager.h.
int QgsTileDownloadManager::Stats::requestsTotal = 0 |
How many requests were done through the download manager.
Definition at line 213 of file qgstiledownloadmanager.h.