libzypp 17.31.23
zypp::sat::detail::PoolImpl Class Reference

#include <sat/detail/PoolImpl.h>

Inheritance diagram for zypp::sat::detail::PoolImpl:

Public Member Functions

 PoolImpl ()
 Default ctor.
 
 ~PoolImpl ()
 Dtor.
 
CPooloperator-> ()
 Pointer style access forwarded to sat-pool.
 
const SerialNumberserial () const
 Serial number changing whenever the content changes.
 
const SerialNumberserialIDs () const
 Serial number changing whenever resusePoolIDs==true was used.
 
void prepare () const
 Update housekeeping data (e.g.
 
bool isSystemRepo (CRepo *repo_r) const
 
CReposystemRepo () const
 
Pathname rootDir () const
 Get rootdir (for file conflicts check)
 
void rootDir (const Pathname &root_r)
 Set rootdir (for file conflicts check)
 
Actions invalidating housekeeping data.

All methods expect valid arguments being passed.

CRepo_createRepo (const std::string &name_r)
 Creating a new repo named name_r.
 
void _deleteRepo (CRepo *repo_r)
 Delete repo repo_r from pool.
 
int _addSolv (CRepo *repo_r, FILE *file_r)
 Adding solv file to a repo.
 
int _addHelix (CRepo *repo_r, FILE *file_r)
 Adding helix file to a repo.
 
int _addTesttags (CRepo *repo_r, FILE *file_r)
 Adding testtags file to a repo.
 
detail::SolvableIdType _addSolvables (CRepo *repo_r, unsigned count_r)
 Adding Solvables to a repo.
 
void _postRepoAdd (CRepo *repo_r)
 Helper postprocessing the repo after adding solv or helix files.
 
bool validSolvable (const CSolvable &slv_r) const
 a valid Solvable has a non NULL repo pointer.
 
bool validSolvable (SolvableIdType id_r) const
 
bool validSolvable (const CSolvable *slv_r) const
 
CPoolgetPool () const
 
CRepogetRepo (RepoIdType id_r) const
 
CSolvablegetSolvable (SolvableIdType id_r) const
 Return pointer to the sat-solvable or NULL if it is not valid.
 
sat::detail::IdType parserpmrichdep (const char *capstr_r)
 libsolv capability parser
 
SolvableIdType getFirstId () const
 Get id of the first valid Solvable.
 
SolvableIdType getNextId (SolvableIdType id_r) const
 Get id of the next valid Solvable.
 
const RepoInforepoInfo (RepoIdType id_r)
 
void setRepoInfo (RepoIdType id_r, const RepoInfo &info_r)
 Also adjust repo priority and subpriority accordingly.
 
void eraseRepoInfo (RepoIdType id_r)
 
const sat::detail::IdType whatProvidesData (unsigned offset_r)
 Returns the id stored at offset_r in the internal whatprovidesdata array.
 
unsigned whatProvides (Capability cap_r)
 Returns offset into the internal whatprovidesdata array.
 
Installed on behalf of a user request hint.
StringQueue autoInstalled () const
 Get ident list of all autoinstalled solvables.
 
void setAutoInstalled (const StringQueue &autoInstalled_r)
 Set ident list of all autoinstalled solvables.
 
bool isOnSystemByUser (IdString ident_r) const
 
bool isOnSystemByAuto (IdString ident_r) const
 
Solvables which should trigger the reboot-needed hint if installed/updated.
void setNeedrebootSpec (sat::SolvableSpec needrebootSpec_r)
 Set new Solvable specs.
 
bool isNeedreboot (const Solvable &solv_r) const
 Whether solv_r matches the spec.
 

Static Public Member Functions

static const std::string & systemRepoAlias ()
 Reserved system repository alias @System .
 

Private Member Functions

void setDirty (const char *a1=0, const char *a2=0, const char *a3=0)
 Invalidate housekeeping data (e.g.
 
void localeSetDirty (const char *a1=0, const char *a2=0, const char *a3=0)
 Invalidate locale related housekeeping data.
 
void depSetDirty (const char *a1=0, const char *a2=0, const char *a3=0)
 Invalidate housekeeping data (e.g.
 

Static Private Member Functions

static detail::IdType nsCallback (CPool *, void *data, detail::IdType lhs, detail::IdType rhs)
 Callback to resolve namespace dependencies (language, modalias, filesystem, etc.).
 

Requested locales.

The requested LocaleSets managed in _requestedLocalesTracker are unexpanded; i.e.

they contain just the pure user selection. The resolver however uses expanded sets ('de_DE' will also include its fallback locales 'de', (en); here in the namespace: callback and in the Resolver itself).

typedef base::SetTracker< IdStringSetTrackedLocaleIds
 
void setTextLocale (const Locale &locale_r)
 
void initRequestedLocales (const LocaleSet &locales_r)
 Start tracking changes based on this locales_r.
 
const LocaleSetgetAddedRequestedLocales () const
 Added since last initRequestedLocales.
 
const LocaleSetgetRemovedRequestedLocales () const
 Removed since last initRequestedLocales.
 
const LocaleSetgetRequestedLocales () const
 Current set of requested Locales.
 
bool isRequestedLocale (const Locale &locale_r) const
 
void setRequestedLocales (const LocaleSet &locales_r)
 User change (tracked).
 
bool addRequestedLocale (const Locale &locale_r)
 User change (tracked).
 
bool eraseRequestedLocale (const Locale &locale_r)
 User change (tracked).
 
const LocaleSetgetAvailableLocales () const
 All Locales occurring in any repo.
 
bool isAvailableLocale (const Locale &locale_r) const
 
const TrackedLocaleIdstrackedLocaleIds () const
 Expanded _requestedLocalesTracker for solver.
 

Multiversion install.

typedef SolvableSet MultiversionList
 
const MultiversionListmultiversionList () const
 
bool isMultiversion (const Solvable &solv_r) const
 
void multiversionSpecChanged ()
 

Blacklisted Solvables.

CPool_pool
 sat-pool.
 
SerialNumber _serial
 Serial number - changes with each Pool content change.
 
SerialNumber _serialIDs
 Serial number of IDs - changes whenever resusePoolIDs==true - ResPool must also invalidate its PoolItems!
 
SerialNumberWatcher _watcher
 Watch serial number.
 
std::map< RepoIdType, RepoInfo_repoinfos
 Additional RepoInfo.
 
base::SetTracker< LocaleSet_requestedLocalesTracker
 
scoped_ptr< TrackedLocaleIds_trackedLocaleIdsPtr
 
scoped_ptr< LocaleSet_availableLocalesPtr
 
scoped_ptr< MultiversionList_multiversionListPtr
 
sat::StringQueue _autoinstalled
 
sat::SolvableSpec _needrebootSpec
 Solvables which should trigger the reboot-needed hint if installed/updated.
 
sat::SolvableSpec _retractedSpec
 Blacklisted specs:
 
sat::SolvableSpec _ptfMasterSpec
 
sat::SolvableSpec _ptfPackageSpec
 
scoped_ptr< std::set< std::string > > _requiredFilesystemsPtr
 filesystems mentioned in /etc/sysconfig/storage
 
bool isRetracted (const Solvable &solv_r) const
 
bool isPtfMaster (const Solvable &solv_r) const
 
bool isPtfPackage (const Solvable &solv_r) const
 
const std::set< std::string > & requiredFilesystems () const
 accessor for etc/sysconfig/storage reading file on demand
 
void multiversionListInit () const
 

Detailed Description

Definition at line 53 of file PoolImpl.h.

Member Typedef Documentation

◆ TrackedLocaleIds

◆ MultiversionList

Constructor & Destructor Documentation

◆ PoolImpl()

zypp::sat::detail::PoolImpl::PoolImpl ( )

Default ctor.

Definition at line 195 of file PoolImpl.cc.

◆ ~PoolImpl()

zypp::sat::detail::PoolImpl::~PoolImpl ( )

Dtor.

Definition at line 240 of file PoolImpl.cc.

Member Function Documentation

◆ operator->()

CPool * zypp::sat::detail::PoolImpl::operator-> ( )
inline

Pointer style access forwarded to sat-pool.

Definition at line 63 of file PoolImpl.h.

◆ serial()

const SerialNumber & zypp::sat::detail::PoolImpl::serial ( ) const
inline

Serial number changing whenever the content changes.

Definition at line 68 of file PoolImpl.h.

◆ serialIDs()

const SerialNumber & zypp::sat::detail::PoolImpl::serialIDs ( ) const
inline

Serial number changing whenever resusePoolIDs==true was used.

ResPool must also invalidate its PoolItems!

Definition at line 72 of file PoolImpl.h.

◆ prepare()

void zypp::sat::detail::PoolImpl::prepare ( ) const

Update housekeeping data (e.g.

whatprovides).

Todo:
actually requires a watcher.

Definition at line 297 of file PoolImpl.cc.

◆ setDirty()

void zypp::sat::detail::PoolImpl::setDirty ( const char *  a1 = 0,
const char *  a2 = 0,
const char *  a3 = 0 
)
private

Invalidate housekeeping data (e.g.

whatprovides) if the pools content changed.

Definition at line 247 of file PoolImpl.cc.

◆ localeSetDirty()

void zypp::sat::detail::PoolImpl::localeSetDirty ( const char *  a1 = 0,
const char *  a2 = 0,
const char *  a3 = 0 
)
private

Invalidate locale related housekeeping data.

Definition at line 274 of file PoolImpl.cc.

◆ depSetDirty()

void zypp::sat::detail::PoolImpl::depSetDirty ( const char *  a1 = 0,
const char *  a2 = 0,
const char *  a3 = 0 
)
private

Invalidate housekeeping data (e.g.

whatprovides) if dependencies changed.

Definition at line 286 of file PoolImpl.cc.

◆ nsCallback()

detail::IdType zypp::sat::detail::PoolImpl::nsCallback ( CPool ,
void *  data,
detail::IdType  lhs,
detail::IdType  rhs 
)
staticprivate

Callback to resolve namespace dependencies (language, modalias, filesystem, etc.).

Definition at line 137 of file PoolImpl.cc.

◆ systemRepoAlias()

const std::string & zypp::sat::detail::PoolImpl::systemRepoAlias ( )
static

Reserved system repository alias @System .

Definition at line 100 of file PoolImpl.cc.

◆ isSystemRepo()

bool zypp::sat::detail::PoolImpl::isSystemRepo ( CRepo repo_r) const
inline

Definition at line 101 of file PoolImpl.h.

◆ systemRepo()

CRepo * zypp::sat::detail::PoolImpl::systemRepo ( ) const
inline

Definition at line 104 of file PoolImpl.h.

◆ rootDir() [1/2]

Pathname zypp::sat::detail::PoolImpl::rootDir ( ) const
inline

Get rootdir (for file conflicts check)

Definition at line 108 of file PoolImpl.h.

◆ rootDir() [2/2]

void zypp::sat::detail::PoolImpl::rootDir ( const Pathname root_r)
inline

Set rootdir (for file conflicts check)

Definition at line 115 of file PoolImpl.h.

◆ _createRepo()

CRepo * zypp::sat::detail::PoolImpl::_createRepo ( const std::string &  name_r)

Creating a new repo named name_r.

Definition at line 328 of file PoolImpl.cc.

◆ _deleteRepo()

void zypp::sat::detail::PoolImpl::_deleteRepo ( CRepo repo_r)

Delete repo repo_r from pool.

Definition at line 337 of file PoolImpl.cc.

◆ _addSolv()

int zypp::sat::detail::PoolImpl::_addSolv ( CRepo repo_r,
FILE *  file_r 
)

Adding solv file to a repo.

Except for isSystemRepo_r, solvables of incompatible architecture are filtered out.

Definition at line 353 of file PoolImpl.cc.

◆ _addHelix()

int zypp::sat::detail::PoolImpl::_addHelix ( CRepo repo_r,
FILE *  file_r 
)

Adding helix file to a repo.

Except for isSystemRepo_r, solvables of incompatible architecture are filtered out.

Definition at line 362 of file PoolImpl.cc.

◆ _addTesttags()

int zypp::sat::detail::PoolImpl::_addTesttags ( CRepo repo_r,
FILE *  file_r 
)

Adding testtags file to a repo.

Except for isSystemRepo_r, solvables of incompatible architecture are filtered out.

Definition at line 371 of file PoolImpl.cc.

◆ _addSolvables()

detail::SolvableIdType zypp::sat::detail::PoolImpl::_addSolvables ( CRepo repo_r,
unsigned  count_r 
)

Adding Solvables to a repo.

Definition at line 424 of file PoolImpl.cc.

◆ _postRepoAdd()

void zypp::sat::detail::PoolImpl::_postRepoAdd ( CRepo repo_r)

Helper postprocessing the repo after adding solv or helix files.

Definition at line 380 of file PoolImpl.cc.

◆ validSolvable() [1/3]

bool zypp::sat::detail::PoolImpl::validSolvable ( const CSolvable slv_r) const
inline

a valid Solvable has a non NULL repo pointer.

Definition at line 162 of file PoolImpl.h.

◆ validSolvable() [2/3]

bool zypp::sat::detail::PoolImpl::validSolvable ( SolvableIdType  id_r) const
inline

Definition at line 165 of file PoolImpl.h.

◆ validSolvable() [3/3]

bool zypp::sat::detail::PoolImpl::validSolvable ( const CSolvable slv_r) const
inline

Definition at line 168 of file PoolImpl.h.

◆ getPool()

CPool * zypp::sat::detail::PoolImpl::getPool ( ) const
inline

Definition at line 172 of file PoolImpl.h.

◆ getRepo()

CRepo * zypp::sat::detail::PoolImpl::getRepo ( RepoIdType  id_r) const
inline
Todo:
a quick check whether the repo was meanwhile deleted.

Definition at line 176 of file PoolImpl.h.

◆ getSolvable()

CSolvable * zypp::sat::detail::PoolImpl::getSolvable ( SolvableIdType  id_r) const
inline

Return pointer to the sat-solvable or NULL if it is not valid.

See also
validSolvable.

Definition at line 182 of file PoolImpl.h.

◆ parserpmrichdep()

sat::detail::IdType zypp::sat::detail::PoolImpl::parserpmrichdep ( const char *  capstr_r)
inline

libsolv capability parser

Definition at line 191 of file PoolImpl.h.

◆ getFirstId()

SolvableIdType zypp::sat::detail::PoolImpl::getFirstId ( ) const
inline

Get id of the first valid Solvable.

This is the next valid after the system solvable.

Definition at line 198 of file PoolImpl.h.

◆ getNextId()

SolvableIdType zypp::sat::detail::PoolImpl::getNextId ( SolvableIdType  id_r) const
inline

Get id of the next valid Solvable.

This goes round robbin. At the end it returns noSolvableId. Passing noSolvableId it returns the 1st valid Solvable.

See also
validSolvable.

Definition at line 206 of file PoolImpl.h.

◆ repoInfo()

const RepoInfo & zypp::sat::detail::PoolImpl::repoInfo ( RepoIdType  id_r)
inline

Definition at line 218 of file PoolImpl.h.

◆ setRepoInfo()

void zypp::sat::detail::PoolImpl::setRepoInfo ( RepoIdType  id_r,
const RepoInfo info_r 
)

Also adjust repo priority and subpriority accordingly.

Definition at line 430 of file PoolImpl.cc.

◆ eraseRepoInfo()

void zypp::sat::detail::PoolImpl::eraseRepoInfo ( RepoIdType  id_r)
inline

Definition at line 223 of file PoolImpl.h.

◆ whatProvidesData()

const sat::detail::IdType zypp::sat::detail::PoolImpl::whatProvidesData ( unsigned  offset_r)
inline

Returns the id stored at offset_r in the internal whatprovidesdata array.

Definition at line 230 of file PoolImpl.h.

◆ whatProvides()

unsigned zypp::sat::detail::PoolImpl::whatProvides ( Capability  cap_r)
inline

Returns offset into the internal whatprovidesdata array.

Use whatProvidesData to get the stored Id.

Definition at line 236 of file PoolImpl.h.

◆ setTextLocale()

void zypp::sat::detail::PoolImpl::setTextLocale ( const Locale locale_r)

Definition at line 462 of file PoolImpl.cc.

◆ initRequestedLocales()

void zypp::sat::detail::PoolImpl::initRequestedLocales ( const LocaleSet locales_r)

Start tracking changes based on this locales_r.

Usually called on TargetInit.

Definition at line 487 of file PoolImpl.cc.

◆ getAddedRequestedLocales()

const LocaleSet & zypp::sat::detail::PoolImpl::getAddedRequestedLocales ( ) const
inline

Added since last initRequestedLocales.

Definition at line 257 of file PoolImpl.h.

◆ getRemovedRequestedLocales()

const LocaleSet & zypp::sat::detail::PoolImpl::getRemovedRequestedLocales ( ) const
inline

Removed since last initRequestedLocales.

Definition at line 261 of file PoolImpl.h.

◆ getRequestedLocales()

const LocaleSet & zypp::sat::detail::PoolImpl::getRequestedLocales ( ) const
inline

Current set of requested Locales.

Definition at line 265 of file PoolImpl.h.

◆ isRequestedLocale()

bool zypp::sat::detail::PoolImpl::isRequestedLocale ( const Locale locale_r) const
inline

Definition at line 268 of file PoolImpl.h.

◆ setRequestedLocales()

void zypp::sat::detail::PoolImpl::setRequestedLocales ( const LocaleSet locales_r)

User change (tracked).

Definition at line 496 of file PoolImpl.cc.

◆ addRequestedLocale()

bool zypp::sat::detail::PoolImpl::addRequestedLocale ( const Locale locale_r)

User change (tracked).

Definition at line 505 of file PoolImpl.cc.

◆ eraseRequestedLocale()

bool zypp::sat::detail::PoolImpl::eraseRequestedLocale ( const Locale locale_r)

User change (tracked).

Definition at line 516 of file PoolImpl.cc.

◆ getAvailableLocales()

const LocaleSet & zypp::sat::detail::PoolImpl::getAvailableLocales ( ) const

All Locales occurring in any repo.

Definition at line 597 of file PoolImpl.cc.

◆ isAvailableLocale()

bool zypp::sat::detail::PoolImpl::isAvailableLocale ( const Locale locale_r) const
inline

Definition at line 281 of file PoolImpl.h.

◆ trackedLocaleIds()

const PoolImpl::TrackedLocaleIds & zypp::sat::detail::PoolImpl::trackedLocaleIds ( ) const

Expanded _requestedLocalesTracker for solver.

Definition at line 528 of file PoolImpl.cc.

◆ multiversionList()

const PoolImpl::MultiversionList & zypp::sat::detail::PoolImpl::multiversionList ( ) const

Definition at line 643 of file PoolImpl.cc.

◆ isMultiversion()

bool zypp::sat::detail::PoolImpl::isMultiversion ( const Solvable solv_r) const

Definition at line 650 of file PoolImpl.cc.

◆ multiversionSpecChanged()

void zypp::sat::detail::PoolImpl::multiversionSpecChanged ( )

Definition at line 640 of file PoolImpl.cc.

◆ autoInstalled()

StringQueue zypp::sat::detail::PoolImpl::autoInstalled ( ) const
inline

Get ident list of all autoinstalled solvables.

Definition at line 310 of file PoolImpl.h.

◆ setAutoInstalled()

void zypp::sat::detail::PoolImpl::setAutoInstalled ( const StringQueue autoInstalled_r)
inline

Set ident list of all autoinstalled solvables.

Definition at line 314 of file PoolImpl.h.

◆ isOnSystemByUser()

bool zypp::sat::detail::PoolImpl::isOnSystemByUser ( IdString  ident_r) const
inline

Definition at line 317 of file PoolImpl.h.

◆ isOnSystemByAuto()

bool zypp::sat::detail::PoolImpl::isOnSystemByAuto ( IdString  ident_r) const
inline

Definition at line 320 of file PoolImpl.h.

◆ setNeedrebootSpec()

void zypp::sat::detail::PoolImpl::setNeedrebootSpec ( sat::SolvableSpec  needrebootSpec_r)
inline

Set new Solvable specs.

Definition at line 328 of file PoolImpl.h.

◆ isNeedreboot()

bool zypp::sat::detail::PoolImpl::isNeedreboot ( const Solvable solv_r) const
inline

Whether solv_r matches the spec.

Definition at line 335 of file PoolImpl.h.

◆ isRetracted()

bool zypp::sat::detail::PoolImpl::isRetracted ( const Solvable solv_r) const
inline

Definition at line 342 of file PoolImpl.h.

◆ isPtfMaster()

bool zypp::sat::detail::PoolImpl::isPtfMaster ( const Solvable solv_r) const
inline

Definition at line 344 of file PoolImpl.h.

◆ isPtfPackage()

bool zypp::sat::detail::PoolImpl::isPtfPackage ( const Solvable solv_r) const
inline

Definition at line 346 of file PoolImpl.h.

◆ requiredFilesystems()

const std::set< std::string > & zypp::sat::detail::PoolImpl::requiredFilesystems ( ) const

accessor for etc/sysconfig/storage reading file on demand

Definition at line 655 of file PoolImpl.cc.

◆ multiversionListInit()

void zypp::sat::detail::PoolImpl::multiversionListInit ( ) const
private

Definition at line 617 of file PoolImpl.cc.

Member Data Documentation

◆ _pool

CPool* zypp::sat::detail::PoolImpl::_pool
private

sat-pool.

Definition at line 356 of file PoolImpl.h.

◆ _serial

SerialNumber zypp::sat::detail::PoolImpl::_serial
private

Serial number - changes with each Pool content change.

Definition at line 358 of file PoolImpl.h.

◆ _serialIDs

SerialNumber zypp::sat::detail::PoolImpl::_serialIDs
private

Serial number of IDs - changes whenever resusePoolIDs==true - ResPool must also invalidate its PoolItems!

Definition at line 360 of file PoolImpl.h.

◆ _watcher

SerialNumberWatcher zypp::sat::detail::PoolImpl::_watcher
private

Watch serial number.

Definition at line 362 of file PoolImpl.h.

◆ _repoinfos

std::map<RepoIdType,RepoInfo> zypp::sat::detail::PoolImpl::_repoinfos
private

Additional RepoInfo.

Definition at line 364 of file PoolImpl.h.

◆ _requestedLocalesTracker

base::SetTracker<LocaleSet> zypp::sat::detail::PoolImpl::_requestedLocalesTracker
private

Definition at line 367 of file PoolImpl.h.

◆ _trackedLocaleIdsPtr

scoped_ptr<TrackedLocaleIds> zypp::sat::detail::PoolImpl::_trackedLocaleIdsPtr
mutableprivate

Definition at line 368 of file PoolImpl.h.

◆ _availableLocalesPtr

scoped_ptr<LocaleSet> zypp::sat::detail::PoolImpl::_availableLocalesPtr
mutableprivate

Definition at line 370 of file PoolImpl.h.

◆ _multiversionListPtr

scoped_ptr<MultiversionList> zypp::sat::detail::PoolImpl::_multiversionListPtr
mutableprivate

Definition at line 374 of file PoolImpl.h.

◆ _autoinstalled

sat::StringQueue zypp::sat::detail::PoolImpl::_autoinstalled
private

Definition at line 377 of file PoolImpl.h.

◆ _needrebootSpec

sat::SolvableSpec zypp::sat::detail::PoolImpl::_needrebootSpec
private

Solvables which should trigger the reboot-needed hint if installed/updated.

Definition at line 380 of file PoolImpl.h.

◆ _retractedSpec

sat::SolvableSpec zypp::sat::detail::PoolImpl::_retractedSpec
private

Blacklisted specs:

Definition at line 383 of file PoolImpl.h.

◆ _ptfMasterSpec

sat::SolvableSpec zypp::sat::detail::PoolImpl::_ptfMasterSpec
private

Definition at line 384 of file PoolImpl.h.

◆ _ptfPackageSpec

sat::SolvableSpec zypp::sat::detail::PoolImpl::_ptfPackageSpec
private

Definition at line 385 of file PoolImpl.h.

◆ _requiredFilesystemsPtr

scoped_ptr<std::set<std::string> > zypp::sat::detail::PoolImpl::_requiredFilesystemsPtr
mutableprivate

filesystems mentioned in /etc/sysconfig/storage

Definition at line 388 of file PoolImpl.h.


The documentation for this class was generated from the following files: