|
Nix
2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
This is the complete list of members for nix::UDSRemoteStore, including all inherited members.
| addBuildLog(const StorePath &path, std::string_view log)=0 (defined in nix::LogStore) | nix::LogStore | pure virtual |
| addBuildLog(const StorePath &drvPath, std::string_view log) override (defined in nix::RemoteStore) | nix::RemoteStore | virtual |
| addCAToStore(AsyncInputStream &dump, std::string_view name, ContentAddressMethod caMethod, HashType hashType, const StorePathSet &references, RepairFlag repair) | nix::RemoteStore | |
| addIndirectRoot(const Path &path) override | nix::UDSRemoteStore | virtual |
| nix::addMultipleToStore(PathsSource &pathsToCopy, Activity &act, RepairFlag repair=NoRepair, CheckSigsFlag checkSigs=CheckSigs) | nix::Store | virtual |
| nix::RemoteStore::addMultipleToStore(PathsSource &pathsToCopy, Activity &act, RepairFlag repair, CheckSigsFlag checkSigs) override | nix::RemoteStore | virtual |
| addPermRoot(const StorePath &storePath, const Path &gcRoot) override final | nix::IndirectRootStore | virtual |
| nix::addSignatures(const StorePath &storePath, const StringSet &sigs) | nix::Store | inlinevirtual |
| nix::RemoteStore::addSignatures(const StorePath &storePath, const StringSet &sigs) override | nix::RemoteStore | virtual |
| nix::addTempRoot(const StorePath &path) | nix::Store | inlinevirtual |
| nix::RemoteStore::addTempRoot(const StorePath &path) override | nix::RemoteStore | virtual |
| nix::addTextToStore(std::string_view name, std::string_view s, const StorePathSet &references, RepairFlag repair=NoRepair)=0 | nix::Store | pure virtual |
| nix::RemoteStore::addTextToStore(std::string_view name, std::string_view s, const StorePathSet &references, RepairFlag repair) override | nix::RemoteStore | virtual |
| nix::addToStore(const ValidPathInfo &info, AsyncInputStream &narSource, RepairFlag repair=NoRepair, CheckSigsFlag checkSigs=CheckSigs)=0 | nix::Store | pure virtual |
| nix::RemoteStore::addToStore(const ValidPathInfo &info, AsyncInputStream &nar, RepairFlag repair, CheckSigsFlag checkSigs) override | nix::RemoteStore | virtual |
| addToStoreFlat(std::string_view name, const Path &srcPath, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair) (defined in nix::Store) | nix::Store | virtual |
| nix::addToStoreFromDump(AsyncInputStream &dump, std::string_view name, FileIngestionMethod method=FileIngestionMethod::Recursive, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair, const StorePathSet &references=StorePathSet()) | nix::Store | inlinevirtual |
| nix::RemoteStore::addToStoreFromDump(AsyncInputStream &dump, std::string_view name, FileIngestionMethod method=FileIngestionMethod::Recursive, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair, const StorePathSet &references=StorePathSet()) override | nix::RemoteStore | virtual |
| addToStoreRecursive(std::string_view name, const PreparedDump &source, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair) | nix::Store | virtual |
| addToStoreSlow(std::string_view name, const Path &srcPath, FileIngestionMethod method=FileIngestionMethod::Recursive, HashType hashAlgo=HashType::SHA256, std::optional< Hash > expectedCAHash={}) | nix::Store | |
| nix::buildDerivation(const StorePath &drvPath, const BasicDerivation &drv, BuildMode buildMode=bmNormal) | nix::Store | virtual |
| nix::RemoteStore::buildDerivation(const StorePath &drvPath, const BasicDerivation &drv, BuildMode buildMode) override | nix::RemoteStore | virtual |
| nix::buildPaths(const std::vector< DerivedPath > &paths, BuildMode buildMode=bmNormal, std::shared_ptr< Store > evalStore=nullptr) | nix::Store | virtual |
| nix::RemoteStore::buildPaths(const std::vector< DerivedPath > &paths, BuildMode buildMode, std::shared_ptr< Store > evalStore) override | nix::RemoteStore | virtual |
| nix::buildPathsWithResults(const std::vector< DerivedPath > &paths, BuildMode buildMode=bmNormal, std::shared_ptr< Store > evalStore=nullptr) | nix::Store | virtual |
| nix::RemoteStore::buildPathsWithResults(const std::vector< DerivedPath > &paths, BuildMode buildMode, std::shared_ptr< Store > evalStore) override | nix::RemoteStore | virtual |
| clearPathInfoCache() | nix::Store | inline |
| nix::collectGarbage(const GCOptions &options, GCResults &results)=0 | nix::GcStore | pure virtual |
| nix::RemoteStore::collectGarbage(const GCOptions &options, GCResults &results) override | nix::RemoteStore | virtual |
| computeFSClosure(const StorePathSet &paths, StorePathSet &out, bool flipDirection=false, bool includeOutputs=false, bool includeDerivers=false) | nix::Store | virtual |
| computeFSClosure(const StorePath &path, StorePathSet &out, bool flipDirection=false, bool includeOutputs=false, bool includeDerivers=false) (defined in nix::Store) | nix::Store | |
| computeStorePathForPathFlat(std::string_view name, const Path &srcPath) const (defined in nix::Store) | nix::Store | |
| computeStorePathForPathRecursive(std::string_view name, const PreparedDump &source) const | nix::Store | |
| computeStorePathForText(std::string_view name, std::string_view s, const StorePathSet &references) const | nix::Store | |
| config() override (defined in nix::UDSRemoteStore) | nix::UDSRemoteStore | inlinevirtual |
| config() const override (defined in nix::UDSRemoteStore) | nix::UDSRemoteStore | inlinevirtual |
| nix::connect() | nix::Store | inlinevirtual |
| nix::RemoteStore::connect() override | nix::RemoteStore | virtual |
| connections (defined in nix::RemoteStore) | nix::RemoteStore | protected |
| derivationFromPath(const StorePath &drvPath) | nix::Store | |
| diskCache (defined in nix::Store) | nix::Store | protected |
| drvsLogDir (defined in nix::LocalFSStore) | nix::LocalFSStore | static |
| nix::ensurePath(const StorePath &path) | nix::Store | virtual |
| nix::RemoteStore::ensurePath(const StorePath &path) override | nix::RemoteStore | virtual |
| exportPath(const StorePath &path, Sink &sink) (defined in nix::Store) | nix::Store | |
| exportPaths(const StorePathSet &paths, Sink &sink) | nix::Store | |
| exportReferences(const StorePathSet &storePaths, const StorePathSet &inputPaths) | nix::Store | |
| nix::findRoots(bool censor)=0 | nix::GcStore | pure virtual |
| nix::RemoteStore::findRoots(bool censor) override | nix::RemoteStore | virtual |
| followLinksToStore(std::string_view path) const | nix::Store | |
| followLinksToStorePath(std::string_view path) const | nix::Store | |
| getBuildDerivationPath(const StorePath &) | nix::Store | |
| getBuildLog(const StorePath &path) | nix::LogStore | |
| getBuildLogExact(const StorePath &path) override (defined in nix::LocalFSStore) | nix::LocalFSStore | virtual |
| getClosureSize(const StorePath &storePath) | nix::Store | |
| getConnection() (defined in nix::RemoteStore) | nix::RemoteStore | protected |
| getFSAccessor() override | nix::UDSRemoteStore | inlinevirtual |
| nix::getProtocol() | nix::Store | inlinevirtual |
| nix::RemoteStore::getProtocol() override | nix::RemoteStore | virtual |
| getRealStoreDir() (defined in nix::LocalFSStore) | nix::LocalFSStore | inlinevirtual |
| getStats() (defined in nix::Store) | nix::Store | |
| getUri() override (defined in nix::UDSRemoteStore) | nix::UDSRemoteStore | virtual |
| getVersion() (defined in nix::Store) | nix::Store | inlinevirtual |
| getVersion() override (defined in nix::RemoteStore) | nix::RemoteStore | virtual |
| importPaths(Source &source, CheckSigsFlag checkSigs=CheckSigs) | nix::Store | |
| init() | nix::Store | inlinevirtual |
| initConnection(Connection &conn) (defined in nix::RemoteStore) | nix::RemoteStore | protected |
| isInStore(PathView path) const | nix::Store | |
| isStorePath(std::string_view path) const | nix::Store | |
| nix::isTrustedClient()=0 | nix::Store | pure virtual |
| nix::RemoteStore::isTrustedClient() override | nix::RemoteStore | virtual |
| isValidPath(const StorePath &path) | nix::Store | |
| isValidPathUncached(const StorePath &path) (defined in nix::Store) | nix::Store | protectedvirtual |
| isValidPathUncached(const StorePath &path) override (defined in nix::RemoteStore) | nix::RemoteStore | virtual |
| makeFixedOutputPath(std::string_view name, const FixedOutputInfo &info) const (defined in nix::Store) | nix::Store | |
| makeFixedOutputPathFromCA(std::string_view name, const ContentAddressWithReferences &ca) const (defined in nix::Store) | nix::Store | |
| makeOutputPath(std::string_view id, const Hash &hash, std::string_view name) const (defined in nix::Store) | nix::Store | |
| makeStorePath(std::string_view type, std::string_view hash, std::string_view name) const | nix::Store | |
| makeStorePath(std::string_view type, const Hash &hash, std::string_view name) const (defined in nix::Store) | nix::Store | |
| makeTextPath(std::string_view name, const TextInfo &info) const (defined in nix::Store) | nix::Store | |
| makeValidityRegistration(const StorePathSet &paths, bool showDerivers, bool showHash) | nix::Store | |
| maybeParseStorePath(std::string_view path) const (defined in nix::Store) | nix::Store | |
| MissingName (defined in nix::Store) | nix::Store | static |
| narFromPath(const StorePath &path) override | nix::UDSRemoteStore | inlinevirtual |
| openConnectionWrapper() (defined in nix::RemoteStore) | nix::RemoteStore | |
| operationName (defined in nix::IndirectRootStore) | nix::IndirectRootStore | inlinestatic |
| nix::optimiseStore() | nix::Store | inlinevirtual |
| nix::RemoteStore::optimiseStore() override | nix::RemoteStore | virtual |
| parseStorePath(std::string_view path) const (defined in nix::Store) | nix::Store | |
| parseStorePathSet(const PathSet &paths) const | nix::Store | |
| pathInfoIsUntrusted(const ValidPathInfo &) | nix::Store | inlinevirtual |
| pathInfoToJSON(const StorePathSet &storePaths, bool includeImpureInfo, bool showClosureSize, Base hashBase=Base::Base32, AllowInvalidFlag allowInvalid=DisallowInvalid) | nix::Store | |
| PathsSource typedef | nix::Store | |
| printStorePath(const StorePath &path) const (defined in nix::Store) | nix::Store | |
| printStorePathSet(const StorePathSet &path) const (defined in nix::Store) | nix::Store | |
| nix::queryAllValidPaths() | nix::Store | inlinevirtual |
| nix::RemoteStore::queryAllValidPaths() override | nix::RemoteStore | virtual |
| queryDerivationOutputMap(const StorePath &path, Store *evalStore=nullptr) | nix::Store | |
| nix::queryDerivationOutputs(const StorePath &path) | nix::Store | virtual |
| nix::RemoteStore::queryDerivationOutputs(const StorePath &path) override | nix::RemoteStore | virtual |
| nix::queryMissing(const std::vector< DerivedPath > &targets, StorePathSet &willBuild, StorePathSet &willSubstitute, StorePathSet &unknown, uint64_t &downloadSize, uint64_t &narSize) | nix::Store | virtual |
| nix::RemoteStore::queryMissing(const std::vector< DerivedPath > &targets, StorePathSet &willBuild, StorePathSet &willSubstitute, StorePathSet &unknown, uint64_t &downloadSize, uint64_t &narSize) override | nix::RemoteStore | virtual |
| nix::queryPartialDerivationOutputMap(const StorePath &path, Store *evalStore=nullptr) | nix::Store | virtual |
| nix::RemoteStore::queryPartialDerivationOutputMap(const StorePath &path, Store *evalStore=nullptr) override | nix::RemoteStore | virtual |
| nix::queryPathFromHashPart(const std::string &hashPart)=0 | nix::Store | pure virtual |
| nix::RemoteStore::queryPathFromHashPart(const std::string &hashPart) override | nix::RemoteStore | virtual |
| queryPathInfo(const StorePath &path) | nix::Store | |
| nix::queryPathInfoUncached(const StorePath &path)=0 | nix::Store | protectedpure virtual |
| nix::RemoteStore::queryPathInfoUncached(const StorePath &path) override | nix::RemoteStore | virtual |
| queryRealisation(const DrvOutput &) | nix::Store | |
| queryRealisationUncached(const DrvOutput &)=0 (defined in nix::Store) | nix::Store | protectedpure virtual |
| queryRealisationUncached(const DrvOutput &) override (defined in nix::RemoteStore) | nix::RemoteStore | virtual |
| nix::queryReferrers(const StorePath &path, StorePathSet &referrers) | nix::Store | inlinevirtual |
| nix::RemoteStore::queryReferrers(const StorePath &path, StorePathSet &referrers) override | nix::RemoteStore | virtual |
| queryStaticPartialDerivationOutputMap(const StorePath &path) | nix::Store | virtual |
| nix::querySubstitutablePathInfos(const StorePathCAMap &paths, SubstitutablePathInfos &infos) | nix::Store | virtual |
| nix::RemoteStore::querySubstitutablePathInfos(const StorePathCAMap &paths, SubstitutablePathInfos &infos) override | nix::RemoteStore | virtual |
| nix::querySubstitutablePaths(const StorePathSet &paths) | nix::Store | inlinevirtual |
| nix::RemoteStore::querySubstitutablePaths(const StorePathSet &paths) override | nix::RemoteStore | virtual |
| nix::queryValidDerivers(const StorePath &path) | nix::Store | inlinevirtual |
| nix::RemoteStore::queryValidDerivers(const StorePath &path) override | nix::RemoteStore | virtual |
| nix::queryValidPaths(const StorePathSet &paths, SubstituteFlag maybeSubstitute=NoSubstitute) | nix::Store | virtual |
| nix::RemoteStore::queryValidPaths(const StorePathSet &paths, SubstituteFlag maybeSubstitute=NoSubstitute) override | nix::RemoteStore | virtual |
| readDerivation(const StorePath &drvPath) | nix::Store | |
| readInvalidDerivation(const StorePath &drvPath) | nix::Store | |
| realisationIsUntrusted(const Realisation &) (defined in nix::Store) | nix::Store | inlinevirtual |
| nix::registerDrvOutput(const Realisation &output) | nix::Store | inlinevirtual |
| registerDrvOutput(const Realisation &output, CheckSigsFlag checkSigs) (defined in nix::Store) | nix::Store | inlinevirtual |
| nix::RemoteStore::registerDrvOutput(const Realisation &info) override | nix::RemoteStore | virtual |
| RemoteStore(const RemoteStoreConfig &config) (defined in nix::RemoteStore) | nix::RemoteStore | |
| nix::repairPath(const StorePath &path) | nix::Store | virtual |
| nix::RemoteStore::repairPath(const StorePath &path) override | nix::RemoteStore | inlinevirtual |
| require(Store &store) (defined in nix::LogStore) | nix::LogStore | static |
| nix::setOptions() | nix::Store | inlinevirtual |
| setOptions(Connection &conn) (defined in nix::RemoteStore) | nix::RemoteStore | protectedvirtual |
| nix::RemoteStore::setOptions() override | nix::RemoteStore | protectedvirtual |
| showPaths(const StorePathSet &paths) | nix::Store | |
| state (defined in nix::Store) | nix::Store | protected |
| stats (defined in nix::Store) | nix::Store | protected |
| Store(const StoreConfig &config) (defined in nix::Store) | nix::Store | protected |
| substitutePaths(const StorePathSet &paths) | nix::Store | |
| topoSortPaths(const StorePathSet &paths) | nix::Store | |
| toRealPath(const Path &storePath) override (defined in nix::LocalFSStore) | nix::LocalFSStore | inlinevirtual |
| toRealPath(const StorePath &storePath) (defined in nix::Store) | nix::Store | inline |
| toStorePath(PathView path) const | nix::Store | |
| UDSRemoteStore(UDSRemoteStoreConfig config) (defined in nix::UDSRemoteStore) | nix::UDSRemoteStore | |
| UDSRemoteStore(const std::string scheme, std::string path, UDSRemoteStoreConfig config) (defined in nix::UDSRemoteStore) | nix::UDSRemoteStore | |
| unsupported(const std::string &op) | nix::Store | inlineprotected |
| uriSchemes() (defined in nix::UDSRemoteStore) | nix::UDSRemoteStore | inlinestatic |
| nix::verifyStore(bool checkContents, RepairFlag repair=NoRepair) | nix::Store | inlinevirtual |
| nix::RemoteStore::verifyStore(bool checkContents, RepairFlag repair) override | nix::RemoteStore | virtual |
| ~Store() noexcept(false) (defined in nix::Store) | nix::Store | inlinevirtual |