API
dbIngest.dbIngest Class Reference
Inheritance diagram for dbIngest.dbIngest:
Inheritance graph
Collaboration diagram for dbIngest.dbIngest:
Collaboration graph

Public Member Functions

def launch_followers (self, dev)
 
def refresh_properties (self)
 
def setup (self)
 
def rescan_files (self)
 
def ingest_line (self, line)
 
def loop (self)
 

Public Attributes

 last_update_ts_sec
 
 records_since_startup
 
 records_per_sec
 
 conn
 
 user_log_queue
 
 user_log_threads
 
 telem_queue
 
 telem_threads
 
 startup_ts_sec
 
 fs_queue
 
 fs_observer
 

Detailed Description

Definition at line 96 of file dbIngest.py.

Member Function Documentation

◆ ingest_line()

def dbIngest.dbIngest.ingest_line (   self,
  line 
)

Definition at line 212 of file dbIngest.py.

◆ launch_followers()

def dbIngest.dbIngest.launch_followers (   self,
  dev 
)

Definition at line 110 of file dbIngest.py.

◆ loop()

def dbIngest.dbIngest.loop (   self)

Definition at line 217 of file dbIngest.py.

◆ refresh_properties()

def dbIngest.dbIngest.refresh_properties (   self)

Definition at line 125 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop(), and visxCtrl.xapp.VisX.loop().

◆ rescan_files()

def dbIngest.dbIngest.rescan_files (   self)

Definition at line 206 of file dbIngest.py.

◆ setup()

def dbIngest.dbIngest.setup (   self)

Definition at line 132 of file dbIngest.py.

Member Data Documentation

◆ conn

dbIngest.dbIngest.conn

Definition at line 160 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.rescan_files().

◆ fs_observer

dbIngest.dbIngest.fs_observer

Definition at line 196 of file dbIngest.py.

◆ fs_queue

dbIngest.dbIngest.fs_queue

Definition at line 194 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop().

◆ last_update_ts_sec

dbIngest.dbIngest.last_update_ts_sec

Definition at line 133 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().

◆ records_per_sec

dbIngest.dbIngest.records_per_sec

Definition at line 135 of file dbIngest.py.

◆ records_since_startup

dbIngest.dbIngest.records_since_startup

Definition at line 134 of file dbIngest.py.

Referenced by dbIngest.dbIngest.loop(), and dbIngest.dbIngest.refresh_properties().

◆ startup_ts_sec

dbIngest.dbIngest.startup_ts_sec

Definition at line 189 of file dbIngest.py.

Referenced by dbIngest.dbIngest.refresh_properties().

◆ telem_queue

dbIngest.dbIngest.telem_queue

Definition at line 184 of file dbIngest.py.

Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().

◆ telem_threads

dbIngest.dbIngest.telem_threads

Definition at line 185 of file dbIngest.py.

Referenced by dbIngest.dbIngest.launch_followers().

◆ user_log_queue

dbIngest.dbIngest.user_log_queue

Definition at line 181 of file dbIngest.py.

Referenced by dbIngest.dbIngest.launch_followers(), and dbIngest.dbIngest.loop().

◆ user_log_threads

dbIngest.dbIngest.user_log_threads

Definition at line 182 of file dbIngest.py.

Referenced by dbIngest.dbIngest.launch_followers().


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