Package org.apache.nifi.cdc.event


package org.apache.nifi.cdc.event
  • Class
    Description
    A base class for all MySQL binlog events
    BaseRowEventInfo<RowEventDataType>
    A base class to use for representing information to row mutation events
    An abstract base class for all MySQL binlog events affecting a table.
    A class that specifies a definition for a relational table column, including type, name, etc.
    An interface representing a data structure containing event information, and serialization/deserialization methods.
    A marker class for Exceptions that occur during the handling of CDC row modification events
    RowEventInfo<RowEventDataType>
    An interface corresponding to row-level info from events on tabular data structures.
    An interface for methods related to events that occur on tabular data structures.
    A POJO for holding table information related to update events.
    This class represents a key in a cache that contains information (column definitions, e.g.) for a database table