public class RawBinlogEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
binlogFilename |
private com.github.shyiko.mysql.binlog.event.Event |
event |
| Constructor and Description |
|---|
RawBinlogEvent(com.github.shyiko.mysql.binlog.event.Event event,
String binlogFilename) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinlogFilename() |
com.github.shyiko.mysql.binlog.event.Event |
getEvent() |
void |
setEvent(com.github.shyiko.mysql.binlog.event.Event event) |
private com.github.shyiko.mysql.binlog.event.Event event
private String binlogFilename
public RawBinlogEvent(com.github.shyiko.mysql.binlog.event.Event event,
String binlogFilename)
public com.github.shyiko.mysql.binlog.event.Event getEvent()
public void setEvent(com.github.shyiko.mysql.binlog.event.Event event)
public String getBinlogFilename()
Copyright © 2017 Apache NiFi Project. All rights reserved.