public static class CaptureChangeMySQL.BinlogEventState extends Object
| Modifier and Type | Field and Description |
|---|---|
private BinlogEventInfo |
currentEventInfo |
private AbstractBinlogEventWriter<? extends BinlogEventInfo> |
currentEventWriter |
| Constructor and Description |
|---|
BinlogEventState() |
| Modifier and Type | Method and Description |
|---|---|
BinlogEventInfo |
getCurrentEventInfo() |
AbstractBinlogEventWriter<? extends BinlogEventInfo> |
getCurrentEventWriter() |
void |
setCurrentEventInfo(BinlogEventInfo currentEventInfo) |
void |
setCurrentEventWriter(AbstractBinlogEventWriter<? extends BinlogEventInfo> currentEventWriter) |
private BinlogEventInfo currentEventInfo
private AbstractBinlogEventWriter<? extends BinlogEventInfo> currentEventWriter
public BinlogEventInfo getCurrentEventInfo()
public void setCurrentEventInfo(BinlogEventInfo currentEventInfo)
public AbstractBinlogEventWriter<? extends BinlogEventInfo> getCurrentEventWriter()
public void setCurrentEventWriter(AbstractBinlogEventWriter<? extends BinlogEventInfo> currentEventWriter)
Copyright © 2023 Apache NiFi Project. All rights reserved.