Package londiste :: Module setup :: Class SubscriberSetup
[frames] | no frames]

Class SubscriberSetup

source code

                 object --+        
                          |        
skytools.scripting.DBScript --+    
                              |    
                    CommonSetup --+
                                  |
                                 SubscriberSetup

Instance Methods
 
admin(self) source code
 
collect_fkeys(self, table_list) source code
 
check_tables(self, table_list) source code
 
check_table_triggers(self, dst_curs, tbl) source code
 
check_table_columns(self, src_curs, dst_curs, tbl) source code
 
subscriber_install(self) source code
 
subscriber_register(self) source code
 
subscriber_unregister(self) source code
 
subscriber_show_tables(self) source code
 
subscriber_missing_tables(self) source code
 
subscriber_add_tables(self, table_list) source code
 
subscriber_remove_tables(self, table_list) source code
 
subscriber_resync_tables(self, table_list) source code
 
subscriber_add_one_table(self, tbl) source code
 
subscriber_remove_one_table(self, tbl) source code
 
get_subscriber_seq_list(self) source code
 
subscriber_list_seqs(self) source code
 
subscriber_add_seq(self, seq_list) source code
 
subscriber_remove_seq(self, seq_list) source code

Inherited from CommonSetup: __init__, check_provider_queue, fetch_provider_table_list, fetch_subscriber_tables, get_all_seqs, get_provider_seqs, get_provider_table_list, get_subscriber_table_list, init_optparse, run

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

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__