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