Definition at line 137 of file registries.py.
◆ __init__()
def lsst.daf.persistence.registries.PosixRegistry.LookupData.__init__ |
( |
|
self, |
|
|
|
lookupProperties, |
|
|
|
dataId |
|
) |
| |
◆ __repr__()
def lsst.daf.persistence.registries.PosixRegistry.LookupData.__repr__ |
( |
|
self | ) |
|
◆ addFoundItems()
def lsst.daf.persistence.registries.PosixRegistry.LookupData.addFoundItems |
( |
|
self, |
|
|
|
items |
|
) |
| |
◆ getMissingKeys()
def lsst.daf.persistence.registries.PosixRegistry.LookupData.getMissingKeys |
( |
|
self | ) |
|
◆ setFoundItems()
def lsst.daf.persistence.registries.PosixRegistry.LookupData.setFoundItems |
( |
|
self, |
|
|
|
items |
|
) |
| |
◆ status()
def lsst.daf.persistence.registries.PosixRegistry.LookupData.status |
( |
|
self | ) |
|
Query the lookup status
:return: 'match' if the key+value pairs in dataId have been satisifed and keys in
lookupProperties have found and their key+value added to resolvedId
'incomplete' if the found data matches but not all keys in lookupProperties have been matched
'not match' if data in foundId does not match data in dataId
Definition at line 151 of file registries.py.
◆ cachedStatus
lsst.daf.persistence.registries.PosixRegistry.LookupData.cachedStatus |
◆ dataId
lsst.daf.persistence.registries.PosixRegistry.LookupData.dataId |
◆ foundItems
lsst.daf.persistence.registries.PosixRegistry.LookupData.foundItems |
◆ lookupProperties
lsst.daf.persistence.registries.PosixRegistry.LookupData.lookupProperties |
◆ neededKeys
lsst.daf.persistence.registries.PosixRegistry.LookupData.neededKeys |
The documentation for this class was generated from the following file: