Class: Mysql::BinlogQueryHandler

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

Direct Known Subclasses

DdlQueryHandler

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