Uses of Interface
org.apache.nifi.cdc.event.EventInfo
Packages that use EventInfo
-
Uses of EventInfo in org.apache.nifi.cdc.event
Subinterfaces of EventInfo in org.apache.nifi.cdc.eventModifier and TypeInterfaceDescriptioninterfaceRowEventInfo<RowEventDataType>An interface corresponding to row-level info from events on tabular data structures.interfaceAn interface for methods related to events that occur on tabular data structures.Classes in org.apache.nifi.cdc.event that implement EventInfoModifier and TypeClassDescriptionclassA base class for all MySQL binlog eventsclassBaseRowEventInfo<RowEventDataType>A base class to use for representing information to row mutation eventsclassAn abstract base class for all MySQL binlog events affecting a table. -
Uses of EventInfo in org.apache.nifi.cdc.event.io
Classes in org.apache.nifi.cdc.event.io with type parameters of type EventInfoModifier and TypeClassDescriptionclassAbstractEventWriter<T extends EventInfo>An abstract class that outputs common information (event type, timestamp, e.g.) about CDC events.interfaceEventWriter<T extends EventInfo>An interface to write an event to the process session.