Public Member Functions | |
launch_followers (self, dev) | |
refresh_properties (self) | |
setup (self) | |
rescan_files (self) | |
ingest_line (self, line) | |
loop (self) | |
Public Attributes | |
last_update_ts_sec | |
records_since_startup | |
records_per_sec | |
user_log_queue | |
user_log_threads | |
telem_queue | |
telem_threads | |
startup_ts_sec | |
fs_queue | |
fs_observer | |
Static Public Attributes | |
dbIngestConfig | config |
list | telem_threads [tuple[str, threading.Thread]] |
queue | telem_queue .Queue |
BaseObserverSubclassCallable | fs_observer |
queue | fs_queue .Queue |
float | last_update_ts_sec |
float | startup_ts_sec |
float | records_since_startup |
list | user_log_threads [tuple[str, threading.Thread]] |
queue | user_log_queue .Queue |
Protected Attributes | |
_connections | |
_should_connect | |
Static Protected Attributes | |
list | _connections [psycopg.Connection] |
bool | _should_connect = True |
Definition at line 97 of file dbIngest.py.
dbIngest.dbIngest.ingest_line | ( | self, | |
line | |||
) |
Definition at line 232 of file dbIngest.py.
dbIngest.dbIngest.launch_followers | ( | self, | |
dev | |||
) |
Definition at line 113 of file dbIngest.py.
dbIngest.dbIngest.loop | ( | self | ) |
Definition at line 237 of file dbIngest.py.
dbIngest.dbIngest.refresh_properties | ( | self | ) |
Definition at line 127 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and visxCtrl.xapp.VisX.loop().
dbIngest.dbIngest.rescan_files | ( | self | ) |
Definition at line 210 of file dbIngest.py.
dbIngest.dbIngest.setup | ( | self | ) |
Definition at line 134 of file dbIngest.py.
|
staticprotected |
Definition at line 106 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.rescan_files().
|
protected |
Definition at line 190 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.rescan_files().
|
staticprotected |
Definition at line 107 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.rescan_files().
|
protected |
Definition at line 191 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.rescan_files().
|
static |
Definition at line 98 of file dbIngest.py.
Referenced by visxCtrl.xapp.VisX.cooling_on_target(), dbIngest.dbIngest.launch_followers(), dbIngest.dbIngest.loop(), dbIngest.dbIngest.rescan_files(), adcCtrl.adcCtrl.setup(), corAlign.corAlign.setup(), and efcControl.efcControl.setup().
|
static |
Definition at line 101 of file dbIngest.py.
dbIngest.dbIngest.fs_observer |
Definition at line 198 of file dbIngest.py.
|
static |
Definition at line 102 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop().
dbIngest.dbIngest.fs_queue |
Definition at line 196 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop().
|
static |
Definition at line 103 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().
dbIngest.dbIngest.last_update_ts_sec |
Definition at line 135 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().
dbIngest.dbIngest.records_per_sec |
Definition at line 137 of file dbIngest.py.
|
static |
Definition at line 105 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().
dbIngest.dbIngest.records_since_startup |
Definition at line 136 of file dbIngest.py.
Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().
|
static |
Definition at line 104 of file dbIngest.py.
Referenced by dbIngest.dbIngest.refresh_properties().
dbIngest.dbIngest.startup_ts_sec |
Definition at line 188 of file dbIngest.py.
Referenced by dbIngest.dbIngest.refresh_properties().
|
static |
Definition at line 100 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().
dbIngest.dbIngest.telem_queue |
Definition at line 183 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().
|
static |
Definition at line 99 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers().
dbIngest.dbIngest.telem_threads |
Definition at line 184 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers().
|
static |
Definition at line 111 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().
dbIngest.dbIngest.user_log_queue |
Definition at line 180 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().
|
static |
Definition at line 110 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers().
dbIngest.dbIngest.user_log_threads |
Definition at line 181 of file dbIngest.py.
Referenced by dbIngest.dbIngest.launch_followers().