Class CaptureChangeMySQL.BinlogEventState
java.lang.Object
org.apache.nifi.cdc.mysql.processors.CaptureChangeMySQL.BinlogEventState
- Enclosing class:
CaptureChangeMySQL
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BinlogEventInfoprivate AbstractBinlogEventWriter<? extends BinlogEventInfo> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAbstractBinlogEventWriter<? extends BinlogEventInfo> voidsetCurrentEventInfo(BinlogEventInfo currentEventInfo) voidsetCurrentEventWriter(AbstractBinlogEventWriter<? extends BinlogEventInfo> currentEventWriter)
-
Field Details
-
currentEventInfo
-
currentEventWriter
-
-
Constructor Details
-
BinlogEventState
public BinlogEventState()
-
-
Method Details
-
getCurrentEventInfo
-
setCurrentEventInfo
-
getCurrentEventWriter
-
setCurrentEventWriter
public void setCurrentEventWriter(AbstractBinlogEventWriter<? extends BinlogEventInfo> currentEventWriter)
-