Class: Flydata::SourcePostgresql::SyncRepair

Inherits:
Flydata::Source::SyncRepair show all
Defined in:
lib/flydata/source_postgresql/sync_repair.rb

Instance Method Summary collapse

Methods inherited from Flydata::Source::SyncRepair

get_oldest_available_source_pos, inherited

Methods inherited from Flydata::Source::Component

#initialize

Constructor Details

This class inherits a constructor from Flydata::Source::Component

Instance Method Details

#get_oldest_available_source_posObject



7
8
9
# File 'lib/flydata/source_postgresql/sync_repair.rb', line 7

def get_oldest_available_source_pos
  nil
end