API
 
Loading...
Searching...
No Matches
dbIngest.QueryCancellationWatchdog Class Reference
Inheritance diagram for dbIngest.QueryCancellationWatchdog:
Inheritance graph
Collaboration diagram for dbIngest.QueryCancellationWatchdog:
Collaboration graph

Public Member Functions

 __init__ (self, psycopg.Connection conn, timeout_sec=30.0)
 
 complete (self)
 
 run (self)
 

Public Attributes

 exit
 
 conn
 
 timeout_sec
 
 dt_sec
 

Static Public Attributes

float dt_sec = 0.1
 

Detailed Description

Definition at line 37 of file dbIngest.py.

Constructor & Destructor Documentation

◆ __init__()

dbIngest.QueryCancellationWatchdog.__init__ (   self,
psycopg.Connection  conn,
  timeout_sec = 30.0 
)

Definition at line 39 of file dbIngest.py.

Member Function Documentation

◆ complete()

dbIngest.QueryCancellationWatchdog.complete (   self)

Definition at line 44 of file dbIngest.py.

References dbIngest.QueryCancellationWatchdog.exit.

◆ run()

dbIngest.QueryCancellationWatchdog.run (   self)

Member Data Documentation

◆ conn

dbIngest.QueryCancellationWatchdog.conn

Definition at line 41 of file dbIngest.py.

◆ dt_sec [1/2]

float dbIngest.QueryCancellationWatchdog.dt_sec = 0.1
static

Definition at line 38 of file dbIngest.py.

◆ dt_sec [2/2]

dbIngest.QueryCancellationWatchdog.dt_sec

Definition at line 49 of file dbIngest.py.

◆ exit

dbIngest.QueryCancellationWatchdog.exit

◆ timeout_sec

dbIngest.QueryCancellationWatchdog.timeout_sec

Definition at line 42 of file dbIngest.py.

Referenced by dbIngest.QueryCancellationWatchdog.run().


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