lsst.daf.persistence  13.0-35-g3a9824c
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | Public Attributes | List of all members
lsst.daf.persistence.registries.PosixRegistry.LookupData Class Reference
Inheritance diagram for lsst.daf.persistence.registries.PosixRegistry.LookupData:

Public Member Functions

def __init__
 
def __repr__
 
def status
 
def setFoundItems
 
def addFoundItems
 
def getMissingKeys
 

Public Attributes

 dataId
 
 lookupProperties
 
 foundItems
 
 cachedStatus
 
 neededKeys
 

Detailed Description

Definition at line 140 of file registries.py.

Constructor & Destructor Documentation

def lsst.daf.persistence.registries.PosixRegistry.LookupData.__init__ (   self,
  lookupProperties,
  dataId 
)

Definition at line 142 of file registries.py.

Member Function Documentation

def lsst.daf.persistence.registries.PosixRegistry.LookupData.__repr__ (   self)

Definition at line 150 of file registries.py.

def lsst.daf.persistence.registries.PosixRegistry.LookupData.addFoundItems (   self,
  items 
)

Definition at line 188 of file registries.py.

def lsst.daf.persistence.registries.PosixRegistry.LookupData.getMissingKeys (   self)

Definition at line 192 of file registries.py.

def lsst.daf.persistence.registries.PosixRegistry.LookupData.setFoundItems (   self,
  items 
)

Definition at line 184 of file registries.py.

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 154 of file registries.py.

Member Data Documentation

lsst.daf.persistence.registries.PosixRegistry.LookupData.cachedStatus

Definition at line 147 of file registries.py.

lsst.daf.persistence.registries.PosixRegistry.LookupData.dataId

Definition at line 143 of file registries.py.

lsst.daf.persistence.registries.PosixRegistry.LookupData.foundItems

Definition at line 146 of file registries.py.

lsst.daf.persistence.registries.PosixRegistry.LookupData.lookupProperties

Definition at line 145 of file registries.py.

lsst.daf.persistence.registries.PosixRegistry.LookupData.neededKeys

Definition at line 148 of file registries.py.


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