public class DDLEventHandler extends Object implements BinlogEventHandler<com.github.shyiko.mysql.binlog.event.QueryEventData,DDLEventInfo>
| Modifier and Type | Field and Description |
|---|---|
private DDLEventWriter |
eventWriter |
| Constructor and Description |
|---|
DDLEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(com.github.shyiko.mysql.binlog.event.QueryEventData eventData,
boolean writeEvent,
DataCaptureState dataCaptureState,
CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo,
CaptureChangeMySQL.BinlogEventState binlogEventState,
String sql,
EventWriterConfiguration eventWriterConfiguration,
ProcessSession session,
long timestamp) |
private final DDLEventWriter eventWriter
public void handleEvent(com.github.shyiko.mysql.binlog.event.QueryEventData eventData,
boolean writeEvent,
DataCaptureState dataCaptureState,
CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo,
CaptureChangeMySQL.BinlogEventState binlogEventState,
String sql,
EventWriterConfiguration eventWriterConfiguration,
ProcessSession session,
long timestamp)
handleEvent in interface BinlogEventHandler<com.github.shyiko.mysql.binlog.event.QueryEventData,DDLEventInfo>Copyright © 2024 Apache NiFi Project. All rights reserved.