public class DeleteEventHandler extends Object implements BinlogEventHandler<com.github.shyiko.mysql.binlog.event.DeleteRowsEventData,DeleteRowsEventInfo>
| Modifier and Type | Field and Description |
|---|---|
private DeleteRowsWriter |
eventWriter |
| Constructor and Description |
|---|
DeleteEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(com.github.shyiko.mysql.binlog.event.DeleteRowsEventData eventData,
boolean writeEvent,
DataCaptureState dataCaptureState,
CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo,
CaptureChangeMySQL.BinlogEventState binlogEventState,
String sql,
EventWriterConfiguration eventWriterConfiguration,
ProcessSession session,
long timestamp) |
private final DeleteRowsWriter eventWriter
public void handleEvent(com.github.shyiko.mysql.binlog.event.DeleteRowsEventData 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.DeleteRowsEventData,DeleteRowsEventInfo>Copyright © 2023 Apache NiFi Project. All rights reserved.