Package londiste :: Module compare :: Class Comparator
[frames] | no frames]

Class Comparator

source code

                 object --+        
                          |        
skytools.scripting.DBScript --+    
                              |    
                  syncer.Syncer --+
                                  |
                                 Comparator

Instance Methods
 
process_sync(self, tbl, src_db, dst_db)
Actual comparision.
source code

Inherited from syncer.Syncer: __init__, check_consumer, check_table, get_subscriber_table_state, init_optparse, work

Inherited from skytools.scripting.DBScript: close_database, get_database, hook_sighup, hook_sigint, reload, reset, run, run_once, send_signal, send_stats, set_single_loop, start, startup, stat_add, stat_increase, stat_put, stop

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables

Inherited from skytools.scripting.DBScript: cf, job_name, log, service_name

Properties

Inherited from object: __class__

Method Details

process_sync(self, tbl, src_db, dst_db)

source code 
Actual comparision.
Overrides: syncer.Syncer.process_sync