A single item placed in this queue.
More...
#include <apt-pkg/acquire.h>
|
|
typedef std::vector< Item * >::const_iterator | owner_iterator |
| |
|
|
QItem * | Next |
| | The next item in the queue.
|
| |
|
pkgAcquire::Worker * | Worker |
| | The worker associated with this item, if any.
|
| |
|
std::vector< Item * > | Owners |
| | The underlying items interested in the download.
|
| |
|
unsigned long long | CurrentSize = 0 |
| | How many bytes of the file have been downloaded. Zero if the current progress of the file cannot be determined.
|
| |
|
unsigned long long | TotalSize = 0 |
| | The total number of bytes to be downloaded. Zero if the total size of the final is unknown.
|
| |
|
unsigned long long | ResumePoint = 0 |
| | How much of the file was already downloaded prior to starting this worker.
|
| |
A single item placed in this queue.
◆ Custom600Headers()
| std::string Custom600Headers |
( |
| ) |
const |
- Returns
- the custom headers to use for this item
◆ GetExpectedHashes()
- Returns
- the sum of all expected hashes by all owners
◆ GetFetchAfter()
| time_point APT_HIDDEN GetFetchAfter |
( |
| ) |
const |
- Returns
- the maximum time to fetch this item at
◆ GetMaximumSize()
| unsigned long long GetMaximumSize |
( |
| ) |
const |
- Returns
- smallest maximum size of all owners
◆ GetPriority()
| int APT_HIDDEN GetPriority |
( |
| ) |
const |
- Returns
- the maximum priority of this item
The documentation for this struct was generated from the following file: