Class: Mysql::BinlogQueryHandler

Inherits:
BinlogRecordHandler show all
Defined in:
lib/flydata/fluent-plugins/mysql/binlog_query_handler.rb

Direct Known Subclasses

DdlQueryHandler

Constant Summary

Constants inherited from BinlogRecordHandler

Mysql::BinlogRecordHandler::RESPECT_ORDER, Mysql::BinlogRecordHandler::SEQ, Mysql::BinlogRecordHandler::SRC_POS, Mysql::BinlogRecordHandler::TABLE_NAME, Mysql::BinlogRecordHandler::TABLE_REV, Mysql::BinlogRecordHandler::TYPE, Mysql::BinlogRecordHandler::V

Instance Method Summary collapse

Methods inherited from BinlogRecordHandler

#initialize

Constructor Details

This class inherits a constructor from Mysql::BinlogRecordHandler

Instance Method Details

#patternObject

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



7
8
9
# File 'lib/flydata/fluent-plugins/mysql/binlog_query_handler.rb', line 7

def pattern
  raise "Not implemented."
end