Uses of Class
org.apache.nifi.cdc.mysql.event.RawBinlogEvent
Packages that use RawBinlogEvent
-
Uses of RawBinlogEvent in org.apache.nifi.cdc.mysql.event
Fields in org.apache.nifi.cdc.mysql.event with type parameters of type RawBinlogEventModifier and TypeFieldDescriptionprivate final BlockingQueue<RawBinlogEvent> BinlogEventListener.queueConstructor parameters in org.apache.nifi.cdc.mysql.event with type arguments of type RawBinlogEventModifierConstructorDescriptionBinlogEventListener(com.github.shyiko.mysql.binlog.BinaryLogClient client, BlockingQueue<RawBinlogEvent> q) -
Uses of RawBinlogEvent in org.apache.nifi.cdc.mysql.processors
Fields in org.apache.nifi.cdc.mysql.processors with type parameters of type RawBinlogEventModifier and TypeFieldDescriptionprivate final BlockingQueue<RawBinlogEvent> CaptureChangeMySQL.queueMethod parameters in org.apache.nifi.cdc.mysql.processors with type arguments of type RawBinlogEventModifier and TypeMethodDescription(package private) BinlogEventListenerCaptureChangeMySQL.createBinlogEventListener(com.github.shyiko.mysql.binlog.BinaryLogClient client, BlockingQueue<RawBinlogEvent> q) Creates and returns a BinlogEventListener instance, associated with the specified binlog client and event queue.