Uses of Interface
org.apache.nifi.cdc.mysql.event.BinlogEventInfo
Packages that use BinlogEventInfo
Package
Description
-
Uses of BinlogEventInfo in org.apache.nifi.cdc.mysql.event
Subinterfaces of BinlogEventInfo in org.apache.nifi.cdc.mysql.eventModifier and TypeInterfaceDescriptioninterfaceA marker interface for those classes wishing to implement binlog-specific methods as well as table-generic methods (getDatabase, e.g.)Classes in org.apache.nifi.cdc.mysql.event that implement BinlogEventInfoModifier and TypeClassDescriptionclassA base class for all MYSQL binlog eventsclassBaseBinlogRowEventInfo<RowEventDataType>A base class to help store information about a row mutation event (UPDATE, DELETE, etc.)classA base class to handle data common to binlog table events, such as database name, table name, etc.classAn event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)classAn event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)classAn event class corresponding to Data Definition Language (DDL) events, such as schema changes (add/drop column, add/drop table, etc.) and others (truncate table, e.g.)classThis class represents information about rows deleted from a MySQL tableclassThis class represents information about rows written/added to a MySQL tableclassThis class represents information about rows written/added to a MySQL table -
Uses of BinlogEventInfo in org.apache.nifi.cdc.mysql.event.handler
Classes in org.apache.nifi.cdc.mysql.event.handler with type parameters of type BinlogEventInfoModifier and TypeInterfaceDescriptioninterfaceBinlogEventHandler<T extends com.github.shyiko.mysql.binlog.event.EventData,S extends BinlogEventInfo> -
Uses of BinlogEventInfo in org.apache.nifi.cdc.mysql.event.io
Classes in org.apache.nifi.cdc.mysql.event.io with type parameters of type BinlogEventInfoModifier and TypeClassDescriptionclassAbstractBinlogEventWriter<T extends BinlogEventInfo>An abstract base class for writing MYSQL binlog events into flow file(s), e.g.Methods in org.apache.nifi.cdc.mysql.event.io with parameters of type BinlogEventInfoModifier and TypeMethodDescriptionvoidAbstractBinlogEventWriter.finishAndTransferFlowFile(org.apache.nifi.processor.ProcessSession session, EventWriterConfiguration eventWriterConfiguration, String transitUri, long seqId, BinlogEventInfo eventInfo, org.apache.nifi.processor.Relationship relationship) AbstractBinlogEventWriter.getCommonAttributes(long sequenceId, BinlogEventInfo eventInfo) -
Uses of BinlogEventInfo in org.apache.nifi.cdc.mysql.processors
Fields in org.apache.nifi.cdc.mysql.processors declared as BinlogEventInfoModifier and TypeFieldDescriptionprivate BinlogEventInfoCaptureChangeMySQL.BinlogEventState.currentEventInfoFields in org.apache.nifi.cdc.mysql.processors with type parameters of type BinlogEventInfoModifier and TypeFieldDescriptionprivate AbstractBinlogEventWriter<? extends BinlogEventInfo> CaptureChangeMySQL.BinlogEventState.currentEventWriterMethods in org.apache.nifi.cdc.mysql.processors that return BinlogEventInfoMethods in org.apache.nifi.cdc.mysql.processors that return types with arguments of type BinlogEventInfoModifier and TypeMethodDescriptionAbstractBinlogEventWriter<? extends BinlogEventInfo> CaptureChangeMySQL.BinlogEventState.getCurrentEventWriter()Methods in org.apache.nifi.cdc.mysql.processors with parameters of type BinlogEventInfoModifier and TypeMethodDescriptionvoidCaptureChangeMySQL.BinlogEventState.setCurrentEventInfo(BinlogEventInfo currentEventInfo) Method parameters in org.apache.nifi.cdc.mysql.processors with type arguments of type BinlogEventInfoModifier and TypeMethodDescriptionvoidCaptureChangeMySQL.BinlogEventState.setCurrentEventWriter(AbstractBinlogEventWriter<? extends BinlogEventInfo> currentEventWriter)