lsst.dax.apdb g9290983e33+165d8ad773
Loading...
Searching...
No Matches
lsst.dax.apdb.apdbUpdateRecord.ApdbUpdateRecord Class Reference
Inheritance diagram for lsst.dax.apdb.apdbUpdateRecord.ApdbUpdateRecord:
lsst.dax.apdb.apdbUpdateRecord.ApdbCloseDiaObjectValidityRecord lsst.dax.apdb.apdbUpdateRecord.ApdbReassignDiaSourceRecord lsst.dax.apdb.apdbUpdateRecord.ApdbUpdateNDiaSourcesRecord lsst.dax.apdb.apdbUpdateRecord.ApdbWithdrawDiaForcedSourceRecord lsst.dax.apdb.apdbUpdateRecord.ApdbWithdrawDiaSourceRecord

Public Member Functions

None __init_subclass__ (cls, str update_type, **Any kwargs)
bool __lt__ (self, Any other)
bool __le__ (self, Any other)
bool __gt__ (self, Any other)
bool __ge__ (self, Any other)
ApdbUpdateRecord from_json (cls, int update_time_ns, int update_order, str json_str)
str to_json (self)

Public Attributes

 update_time_ns
 update_order

Static Public Attributes

ClassVar update_type [str]
ClassVar apdb_table [ApdbTables]

Protected Member Functions

TypeError _type_error (self, Any other)

Static Protected Attributes

dict _update_types = {}

Detailed Description

Abstract base class representing all types of update records saved to
replica table.

The documentation for this class was generated from the following file:
  • python/lsst/dax/apdb/apdbUpdateRecord.py