Class: Flydata::SourceMysql::PluginSupport::BinlogQueryHandler

Inherits:
BinlogRecordHandler show all
Defined in:
lib/flydata/source_mysql/plugin_support/binlog_query_handler.rb

Direct Known Subclasses

DdlQueryHandler

Constant Summary

Constants included from PluginSupport::SyncRecordEmittable

PluginSupport::SyncRecordEmittable::RESPECT_ORDER, PluginSupport::SyncRecordEmittable::SEQ, PluginSupport::SyncRecordEmittable::SRC_POS, PluginSupport::SyncRecordEmittable::TABLE_NAME, PluginSupport::SyncRecordEmittable::TABLE_REV, PluginSupport::SyncRecordEmittable::TYPE, PluginSupport::SyncRecordEmittable::V

Instance Attribute Summary

Attributes included from PluginSupport::SyncRecordEmittable

#context

Instance Method Summary collapse

Methods inherited from BinlogRecordHandler

#initialize

Methods included from PluginSupport::SyncRecordEmittable

#emit_sync_records

Constructor Details

This class inherits a constructor from Flydata::SourceMysql::PluginSupport::BinlogRecordHandler

Instance Method Details

#patternObject

Return regexp This class will be used if the pattern matches with the query



10
11
12
# File 'lib/flydata/source_mysql/plugin_support/binlog_query_handler.rb', line 10

def pattern
  raise "Not implemented."
end