Class: Mysql::BinlogQueryHandler
- Inherits:
- 
      BinlogRecordHandler
      
        - Object
- BinlogRecordHandler
- Mysql::BinlogQueryHandler
 
- Defined in:
- lib/flydata/fluent-plugins/mysql/binlog_query_handler.rb
Direct Known Subclasses
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
- 
  
    
      #pattern  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Return regexp This class will be used if the pattern matches with the query. 
Methods inherited from BinlogRecordHandler
Constructor Details
This class inherits a constructor from Mysql::BinlogRecordHandler
Instance Method Details
#pattern ⇒ Object
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 |