Class: Flydata::Source::SyncRepair
- Defined in:
- lib/flydata/source/sync_repair.rb
Direct Known Subclasses
Flydata::SourceMysql::SyncRepair, Flydata::SourcePostgresql::SyncRepair
Class Method Summary collapse
-
.get_oldest_available_source_pos ⇒ Object
Public Interface: Get oldest avilable source pos information.
- .inherited(child_class) ⇒ Object
Methods inherited from Component
Constructor Details
This class inherits a constructor from Flydata::Source::Component
Class Method Details
.get_oldest_available_source_pos ⇒ Object
Public Interface: Get oldest avilable source pos information
Called from sync:repair command to determine a master position for repair. If this returns nil, sync:repair sets any oldest source position to source pos.
Raises exception when failing to get source positions
19 20 21 |
# File 'lib/flydata/source/sync_repair.rb', line 19 def self.get_oldest_available_source_pos nil end |