Package mariadbcdc.shyikobinlog
Class BinaryLogEventProcessor
- java.lang.Object
-
- mariadbcdc.shyikobinlog.BinaryLogEventProcessor
-
- All Implemented Interfaces:
com.github.shyiko.mysql.binlog.BinaryLogClient.EventListener
public class BinaryLogEventProcessor extends java.lang.Object implements com.github.shyiko.mysql.binlog.BinaryLogClient.EventListener
-
-
Constructor Summary
Constructors Constructor Description BinaryLogEventProcessor(MariadbCdcListener listener, CurrentBinlogFilenameGetter currentBinlogFilenameGetter, BinlogPositionSaver binlogPositionSaver, ColumnNamesGetter columnNamesGetter, SchemaChangeListener schemaChangeListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(com.github.shyiko.mysql.binlog.event.Event event)voidsetExcludeFilters(java.lang.String... filters)voidsetIncludeFilters(java.lang.String... filters)
-
-
-
Constructor Detail
-
BinaryLogEventProcessor
public BinaryLogEventProcessor(MariadbCdcListener listener, CurrentBinlogFilenameGetter currentBinlogFilenameGetter, BinlogPositionSaver binlogPositionSaver, ColumnNamesGetter columnNamesGetter, SchemaChangeListener schemaChangeListener)
-
-
Method Detail
-
onEvent
public void onEvent(com.github.shyiko.mysql.binlog.event.Event event)
- Specified by:
onEventin interfacecom.github.shyiko.mysql.binlog.BinaryLogClient.EventListener
-
setIncludeFilters
public void setIncludeFilters(java.lang.String... filters)
-
setExcludeFilters
public void setExcludeFilters(java.lang.String... filters)
-
-