| Package | Description |
|---|---|
| org.apache.nifi.cdc.mysql.event | |
| org.apache.nifi.cdc.mysql.processors |
| Modifier and Type | Field and Description |
|---|---|
private BlockingQueue<RawBinlogEvent> |
BinlogEventListener.queue |
| Constructor and Description |
|---|
BinlogEventListener(com.github.shyiko.mysql.binlog.BinaryLogClient client,
BlockingQueue<RawBinlogEvent> q) |
| Modifier and Type | Field and Description |
|---|---|
private LinkedBlockingQueue<RawBinlogEvent> |
CaptureChangeMySQL.queue |
| Modifier and Type | Method and Description |
|---|---|
(package private) BinlogEventListener |
CaptureChangeMySQL.createBinlogEventListener(com.github.shyiko.mysql.binlog.BinaryLogClient client,
LinkedBlockingQueue<RawBinlogEvent> q)
Creates and returns a BinlogEventListener instance, associated with the specified binlog client and event queue.
|
Copyright © 2018 Apache NiFi Project. All rights reserved.