- BaseBinlogEventInfo - Class in org.apache.nifi.cdc.mysql.event
-
A base class for all MYSQL binlog events
- BaseBinlogEventInfo(String, Long, String, Long) - Constructor for class org.apache.nifi.cdc.mysql.event.BaseBinlogEventInfo
-
- BaseBinlogRowEventInfo<RowEventDataType> - Class in org.apache.nifi.cdc.mysql.event
-
A base class to help store information about a row mutation event (UPDATE, DELETE, etc.)
- BaseBinlogRowEventInfo(TableInfo, String, Long, String, Long, BitSet, List<RowEventDataType>) - Constructor for class org.apache.nifi.cdc.mysql.event.BaseBinlogRowEventInfo
-
- BaseBinlogTableEventInfo - Class in org.apache.nifi.cdc.mysql.event
-
A base class to handle data common to binlog table events, such as database name, table name, etc.
- BaseBinlogTableEventInfo(TableInfo, String, Long, String, Long) - Constructor for class org.apache.nifi.cdc.mysql.event.BaseBinlogTableEventInfo
-
- beginEventWriter - Variable in class org.apache.nifi.cdc.mysql.processors.CaptureChangeMySQL
-
- BeginTransactionEventInfo - Class in org.apache.nifi.cdc.mysql.event
-
An event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)
- BeginTransactionEventInfo(String, Long, String, long) - Constructor for class org.apache.nifi.cdc.mysql.event.BeginTransactionEventInfo
-
- BeginTransactionEventWriter - Class in org.apache.nifi.cdc.mysql.event.io
-
A writer for events corresponding to the beginning of a MySQL transaction
- BeginTransactionEventWriter() - Constructor for class org.apache.nifi.cdc.mysql.event.io.BeginTransactionEventWriter
-
- BINLOG_FILENAME_KEY - Static variable in interface org.apache.nifi.cdc.mysql.event.BinlogEventInfo
-
- BINLOG_POSITION_KEY - Static variable in interface org.apache.nifi.cdc.mysql.event.BinlogEventInfo
-
- binlogClient - Variable in class org.apache.nifi.cdc.mysql.processors.CaptureChangeMySQL
-
- BinlogEventInfo - Interface in org.apache.nifi.cdc.mysql.event
-
An interface for MYSQL binlog-specific events.
- BinlogEventListener - Class in org.apache.nifi.cdc.mysql.event
-
An event listener wrapper for MYSQL binlog events generated from the mysql-binlog-connector.
- BinlogEventListener(BinaryLogClient, BlockingQueue<RawBinlogEvent>) - Constructor for class org.apache.nifi.cdc.mysql.event.BinlogEventListener
-
- binlogFilename - Variable in class org.apache.nifi.cdc.mysql.event.BaseBinlogEventInfo
-
- binlogFilename - Variable in class org.apache.nifi.cdc.mysql.event.RawBinlogEvent
-
- BinlogLifecycleListener - Class in org.apache.nifi.cdc.mysql.event
-
An listener wrapper for mysql-binlog-connector lifecycle events.
- BinlogLifecycleListener() - Constructor for class org.apache.nifi.cdc.mysql.event.BinlogLifecycleListener
-
- binlogPosition - Variable in class org.apache.nifi.cdc.mysql.event.BaseBinlogEventInfo
-
- BinlogTableEventInfo - Interface in org.apache.nifi.cdc.mysql.event
-
A marker interface for those classes wishing to implement binlog-specific methods as well as table-generic methods (getDatabase, e.g.)