ApdbUpdateRecord

class lsst.dax.apdb.ApdbUpdateRecord(*, update_time_ns: int, update_order: int)

Bases: ABC

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

Methods Summary

from_json(update_time_ns, update_order, json_str)

to_json()

Methods Documentation

classmethod from_json(update_time_ns: int, update_order: int, json_str: str) ApdbUpdateRecord
to_json() str