Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::RemoteStore Member List

This is the complete list of members for nix::RemoteStore, including all inherited members.

addBuildLog(const StorePath &drvPath, std::string_view log) override (defined in nix::RemoteStore)nix::RemoteStorevirtual
addCAToStore(AsyncInputStream &dump, std::string_view name, ContentAddressMethod caMethod, HashType hashType, const StorePathSet &references, RepairFlag repair)nix::RemoteStore
addMultipleToStore(PathsSource &pathsToCopy, Activity &act, RepairFlag repair, CheckSigsFlag checkSigs) overridenix::RemoteStorevirtual
addSignatures(const StorePath &storePath, const StringSet &sigs) overridenix::RemoteStorevirtual
addTempRoot(const StorePath &path) overridenix::RemoteStorevirtual
addTextToStore(std::string_view name, std::string_view s, const StorePathSet &references, RepairFlag repair) overridenix::RemoteStorevirtual
addToStore(const ValidPathInfo &info, AsyncInputStream &nar, RepairFlag repair, CheckSigsFlag checkSigs) overridenix::RemoteStorevirtual
addToStoreFlat(std::string_view name, const Path &srcPath, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair) (defined in nix::Store)nix::Storevirtual
addToStoreFromDump(AsyncInputStream &dump, std::string_view name, FileIngestionMethod method=FileIngestionMethod::Recursive, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair, const StorePathSet &references=StorePathSet()) overridenix::RemoteStorevirtual
addToStoreRecursive(std::string_view name, const PreparedDump &source, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair)nix::Storevirtual
addToStoreSlow(std::string_view name, const Path &srcPath, FileIngestionMethod method=FileIngestionMethod::Recursive, HashType hashAlgo=HashType::SHA256, std::optional< Hash > expectedCAHash={})nix::Store
associatedCredentials() constnix::Storeinlinevirtual
buildDerivation(const StorePath &drvPath, const BasicDerivation &drv, BuildMode buildMode) overridenix::RemoteStorevirtual
buildPaths(const std::vector< DerivedPath > &paths, BuildMode buildMode, std::shared_ptr< Store > evalStore) overridenix::RemoteStorevirtual
buildPathsWithResults(const std::vector< DerivedPath > &paths, BuildMode buildMode, std::shared_ptr< Store > evalStore) overridenix::RemoteStorevirtual
clearPathInfoCache()nix::Storeinline
collectGarbage(const GCOptions &options, GCResults &results) overridenix::RemoteStorevirtual
computeFSClosure(const StorePathSet &paths, StorePathSet &out, bool flipDirection=false, bool includeOutputs=false, bool includeDerivers=false)nix::Storevirtual
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) constnix::Store
computeStorePathForText(std::string_view name, std::string_view s, const StorePathSet &references) constnix::Store
config() override=0 (defined in nix::RemoteStore)nix::RemoteStorepure virtual
config() const override=0 (defined in nix::RemoteStore)nix::RemoteStorepure virtual
connect() overridenix::RemoteStorevirtual
ConnectionHandle (defined in nix::RemoteStore)nix::RemoteStorefriend
connections (defined in nix::RemoteStore)nix::RemoteStoreprotected
derivationFromPath(const StorePath &drvPath)nix::Store
diskCache (defined in nix::Store)nix::Storeprotected
ensurePath(const StorePath &path) overridenix::RemoteStorevirtual
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
findRoots(bool censor) overridenix::RemoteStorevirtual
followLinksToStore(std::string_view path) constnix::Store
followLinksToStorePath(std::string_view path) constnix::Store
getBuildDerivationPath(const StorePath &)nix::Store
getBuildLog(const StorePath &path)nix::LogStore
getBuildLogExact(const StorePath &path)=0 (defined in nix::LogStore)nix::LogStorepure virtual
getClosureSize(const StorePath &storePath)nix::Store
getConnection() (defined in nix::RemoteStore)nix::RemoteStoreprotected
getFSAccessor() overridenix::RemoteStoreprotectedvirtual
getProtocol() overridenix::RemoteStorevirtual
getStats() (defined in nix::Store)nix::Store
getUri()=0 (defined in nix::Store)nix::Storepure virtual
getVersion() override (defined in nix::RemoteStore)nix::RemoteStorevirtual
importPaths(Source &source, CheckSigsFlag checkSigs=CheckSigs)nix::Store
init()nix::Storeinlinevirtual
initConnection(Connection &conn) (defined in nix::RemoteStore)nix::RemoteStoreprotected
isInStore(PathView path) constnix::Store
isStorePath(std::string_view path) constnix::Store
isTrustedClient() overridenix::RemoteStorevirtual
isValidPath(const StorePath &path)nix::Store
isValidPathUncached(const StorePath &path) override (defined in nix::RemoteStore)nix::RemoteStorevirtual
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) constnix::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::Storestatic
narFromPath(const StorePath &path) overridenix::RemoteStoreprotectedvirtual
openConnection()=0 (defined in nix::RemoteStore)nix::RemoteStoreprotectedpure virtual
openConnectionWrapper() (defined in nix::RemoteStore)nix::RemoteStore
operationName (defined in nix::GcStore)nix::GcStoreinlinestatic
operationName (defined in nix::LogStore)nix::LogStoreinlinestatic
optimiseStore() overridenix::RemoteStorevirtual
parseStorePath(std::string_view path) const (defined in nix::Store)nix::Store
parseStorePathSet(const PathSet &paths) constnix::Store
pathInfoIsUntrusted(const ValidPathInfo &)nix::Storeinlinevirtual
pathInfoToJSON(const StorePathSet &storePaths, bool includeImpureInfo, bool showClosureSize, Base hashBase=Base::Base32, AllowInvalidFlag allowInvalid=DisallowInvalid)nix::Store
PathsSource typedefnix::Store
printStorePath(const StorePath &path) const (defined in nix::Store)nix::Store
printStorePathSet(const StorePathSet &path) const (defined in nix::Store)nix::Store
queryAllValidPaths() overridenix::RemoteStorevirtual
queryDerivationOutputMap(const StorePath &path, Store *evalStore=nullptr)nix::Store
queryDerivationOutputs(const StorePath &path) overridenix::RemoteStorevirtual
queryMissing(const std::vector< DerivedPath > &targets, StorePathSet &willBuild, StorePathSet &willSubstitute, StorePathSet &unknown, uint64_t &downloadSize, uint64_t &narSize) overridenix::RemoteStorevirtual
queryPartialDerivationOutputMap(const StorePath &path, Store *evalStore=nullptr) overridenix::RemoteStorevirtual
queryPathFromHashPart(const std::string &hashPart) overridenix::RemoteStorevirtual
queryPathInfo(const StorePath &path)nix::Store
queryPathInfoUncached(const StorePath &path) overridenix::RemoteStorevirtual
queryRealisation(const DrvOutput &)nix::Store
queryRealisationUncached(const DrvOutput &) override (defined in nix::RemoteStore)nix::RemoteStorevirtual
queryReferrers(const StorePath &path, StorePathSet &referrers) overridenix::RemoteStorevirtual
queryStaticPartialDerivationOutputMap(const StorePath &path)nix::Storevirtual
querySubstitutablePathInfos(const StorePathCAMap &paths, SubstitutablePathInfos &infos) overridenix::RemoteStorevirtual
querySubstitutablePaths(const StorePathSet &paths) overridenix::RemoteStorevirtual
queryValidDerivers(const StorePath &path) overridenix::RemoteStorevirtual
queryValidPaths(const StorePathSet &paths, SubstituteFlag maybeSubstitute=NoSubstitute) overridenix::RemoteStorevirtual
readDerivation(const StorePath &drvPath)nix::Store
readInvalidDerivation(const StorePath &drvPath)nix::Store
realisationIsUntrusted(const Realisation &) (defined in nix::Store)nix::Storeinlinevirtual
registerDrvOutput(const Realisation &info) overridenix::RemoteStorevirtual
registerDrvOutput(const Realisation &output, CheckSigsFlag checkSigs) (defined in nix::Store)nix::Storeinlinevirtual
RemoteStore(const RemoteStoreConfig &config) (defined in nix::RemoteStore)nix::RemoteStore
repairPath(const StorePath &path) overridenix::RemoteStoreinlinevirtual
require(Store &store) (defined in nix::LogStore)nix::LogStorestatic
setOptions(Connection &conn) (defined in nix::RemoteStore)nix::RemoteStoreprotectedvirtual
setOptions() overridenix::RemoteStoreprotectedvirtual
showPaths(const StorePathSet &paths)nix::Store
state (defined in nix::Store)nix::Storeprotected
stats (defined in nix::Store)nix::Storeprotected
Store(const StoreConfig &config) (defined in nix::Store)nix::Storeprotected
substitutePaths(const StorePathSet &paths)nix::Store
topoSortPaths(const StorePathSet &paths)nix::Store
toRealPath(const Path &storePath) (defined in nix::Store)nix::Storeinlinevirtual
toRealPath(const StorePath &storePath) (defined in nix::Store)nix::Storeinline
toStorePath(PathView path) constnix::Store
unsupported(const std::string &op)nix::Storeinlineprotected
verifyStore(bool checkContents, RepairFlag repair) overridenix::RemoteStorevirtual
~Store() noexcept(false) (defined in nix::Store)nix::Storeinlinevirtual