
Public Member Functions | |
| def | __init__ (self, idnum, topic, collname, in_counter_value, out_counter_value, drop_counter_value, queue_maxsize, mongodb_host, mongodb_port, mongodb_name, nodename_prefix, cpp_logger) |
| def | qsize (self) |
| def | run (self) |
| def | shutdown (self) |
Definition at line 298 of file mongodb_log.py.
| def mongodb_log.SubprocessWorker.__init__ | ( | self, | |
| idnum, | |||
| topic, | |||
| collname, | |||
| in_counter_value, | |||
| out_counter_value, | |||
| drop_counter_value, | |||
| queue_maxsize, | |||
| mongodb_host, | |||
| mongodb_port, | |||
| mongodb_name, | |||
| nodename_prefix, | |||
| cpp_logger | |||
| ) |
Definition at line 299 of file mongodb_log.py.
| def mongodb_log.SubprocessWorker.qsize | ( | self | ) |
Definition at line 333 of file mongodb_log.py.
| def mongodb_log.SubprocessWorker.run | ( | self | ) |
Definition at line 336 of file mongodb_log.py.
| def mongodb_log.SubprocessWorker.shutdown | ( | self | ) |
Definition at line 350 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.collname |
Definition at line 304 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.drop_counter |
Definition at line 308 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.id |
Definition at line 302 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.in_counter |
Definition at line 307 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.mongodb_host |
Definition at line 312 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.mongodb_name |
Definition at line 314 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.mongodb_port |
Definition at line 313 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.name |
Definition at line 301 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.nodename_prefix |
Definition at line 315 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.out_counter |
Definition at line 306 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.process |
Definition at line 325 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.qsize |
Definition at line 317 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.queue |
Definition at line 305 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.quit |
Definition at line 316 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.thread |
Definition at line 319 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.topic |
Definition at line 303 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.worker_drop_counter |
Definition at line 311 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.worker_in_counter |
Definition at line 310 of file mongodb_log.py.
| mongodb_log.SubprocessWorker.worker_out_counter |
Definition at line 309 of file mongodb_log.py.