libzypp 17.31.23
|
Target::commit helper optimizing package provision. More...
#include <target/CommitPackageCache.h>
Classes | |
class | Impl |
Base for CommitPackageCache implementations (implements no chache). More... | |
Public Types | |
typedef function< ManagedFile(const PoolItem &pi, bool fromCache_r)> | PackageProvider |
Public Member Functions | |
CommitPackageCache (const PackageProvider &packageProvider_r=RepoProvidePackage()) | |
Ctor. | |
CommitPackageCache (const Pathname &, const PackageProvider &packageProvider_r=RepoProvidePackage()) ZYPP_DEPRECATED | |
~CommitPackageCache () | |
Dtor. | |
void | setCommitList (std::vector< sat::Solvable > commitList_r) |
Download(commit) sequence of solvables to compute read ahead. | |
template<class TIterator > | |
void | setCommitList (TIterator begin_r, TIterator end_r) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
ManagedFile | get (const PoolItem &citem_r) |
Provide a package. | |
ManagedFile | get (sat::Solvable citem_r) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
bool | preloaded () const |
Whether preloaded hint is set. | |
void | preloaded (bool newval_r) |
Set preloaded hint. | |
CommitPackageCache (Impl *pimpl_r) | |
Ctor taking an implementation. | |
Private Attributes | |
RW_pointer< Impl > | _pimpl |
Pointer to implementation. | |
Friends | |
std::ostream & | operator<< (std::ostream &str, const CommitPackageCache &obj) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const CommitPackageCache &obj) |
Stream output. | |
Target::commit helper optimizing package provision.
Definition at line 58 of file CommitPackageCache.h.
typedef function<ManagedFile( const PoolItem & pi, bool fromCache_r )> zypp::target::CommitPackageCache::PackageProvider |
Definition at line 63 of file CommitPackageCache.h.
zypp::target::CommitPackageCache::CommitPackageCache | ( | const PackageProvider & | packageProvider_r = RepoProvidePackage() | ) |
Ctor.
Definition at line 117 of file CommitPackageCache.cc.
zypp::target::CommitPackageCache::CommitPackageCache | ( | const Pathname & | , |
const PackageProvider & | packageProvider_r = RepoProvidePackage() |
||
) |
Definition at line 131 of file CommitPackageCache.cc.
zypp::target::CommitPackageCache::~CommitPackageCache | ( | ) |
Dtor.
Definition at line 136 of file CommitPackageCache.cc.
|
explicit |
Ctor taking an implementation.
Definition at line 111 of file CommitPackageCache.cc.
void zypp::target::CommitPackageCache::setCommitList | ( | std::vector< sat::Solvable > | commitList_r | ) |
Download(commit) sequence of solvables to compute read ahead.
Definition at line 139 of file CommitPackageCache.cc.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 82 of file CommitPackageCache.h.
ManagedFile zypp::target::CommitPackageCache::get | ( | const PoolItem & | citem_r | ) |
Provide a package.
Definition at line 142 of file CommitPackageCache.cc.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 88 of file CommitPackageCache.h.
bool zypp::target::CommitPackageCache::preloaded | ( | ) | const |
Whether preloaded hint is set.
If preloaded the cache tries to avoid trigering the infoInCache CB, based on the assumption this was already done when preloading the cache.
Definition at line 145 of file CommitPackageCache.cc.
void zypp::target::CommitPackageCache::preloaded | ( | bool | newval_r | ) |
Set preloaded hint.
Definition at line 148 of file CommitPackageCache.cc.
|
friend |
Definition at line 156 of file CommitPackageCache.cc.
|
related |
Stream output.
Definition at line 156 of file CommitPackageCache.cc.
|
private |
Pointer to implementation.
Definition at line 106 of file CommitPackageCache.h.