Class | RR::SyncHelper |
In: |
lib/rubyrep/sync_helper.rb
|
Parent: | Object |
Provides helper functionality for the table syncers. The methods exposed by this class are intended to provide a stable interface for third party syncers.
table_sync | [RW] | The current TableSync instance |
Given a column_name => value hash of a full row, returns a column_name => value hash of the primary key columns.
Returns
Asks the committer (if it exists) to finalize any open transactions success should be true if there were no problems, false otherwise.
Logs the outcome of a replication into the replication log table.
A hash with :left: name of the table in the left database :right: name of the table in the right database