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 = {} |
Abstract base class representing all types of update records saved to replica table.