|
libzypp 17.38.6
|
Interface for components that run AFTER the whatprovides index is built. More...
#include <zypp/ng/sat/components/poolcomponents.h>

Public Member Functions | |
| virtual void | attach (Pool &) |
| virtual void | prepare (PreparedPool &) |
| virtual PreparedStage | stage () const |
| virtual int | priority () const |
| Fine-grained ordering within a stage. | |
| Public Member Functions inherited from zyppng::sat::detail::IBasicPoolComponent | |
| virtual void | checkDirty (Pool &) |
| Probe external state. | |
| virtual void | onInvalidate (Pool &, PoolInvalidation) |
| React to pool invalidation — clear internal caches. | |
| virtual void | onRepoAdded (Pool &, RepoIdType) |
| virtual void | onRepoRemoved (Pool &, RepoIdType) |
| virtual void | onReset (Pool &) |
| virtual | ~IBasicPoolComponent ()=default |
| IBasicPoolComponent ()=default | |
| IBasicPoolComponent (const IBasicPoolComponent &)=delete | |
| IBasicPoolComponent (IBasicPoolComponent &&)=delete | |
| IBasicPoolComponent & | operator= (const IBasicPoolComponent &)=delete |
| IBasicPoolComponent & | operator= (IBasicPoolComponent &&)=delete |
Interface for components that run AFTER the whatprovides index is built.
Examples:
Has stage()/priority() for deterministic post-index ordering.
Definition at line 113 of file poolcomponents.h.
|
inlinevirtual |
Reimplemented in zyppng::sat::PackagePolicyComponent.
Definition at line 115 of file poolcomponents.h.
|
inlinevirtual |
Reimplemented in zyppng::sat::PackagePolicyComponent.
Definition at line 116 of file poolcomponents.h.
|
inlinevirtual |
Reimplemented in zyppng::sat::PackagePolicyComponent.
Definition at line 117 of file poolcomponents.h.
|
inlinevirtual |
Fine-grained ordering within a stage.
Lower values run earlier. Default is 0.
Definition at line 123 of file poolcomponents.h.