public class BeginEventHandler extends Object implements BinlogEventHandler<com.github.shyiko.mysql.binlog.event.QueryEventData,BeginTransactionEventInfo>
| Modifier and Type | Field and Description |
|---|---|
private BeginTransactionEventWriter |
eventWriter |
| Constructor and Description |
|---|
BeginEventHandler() |
| 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 BeginTransactionEventWriter 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,BeginTransactionEventInfo>Copyright © 2023 Apache NiFi Project. All rights reserved.