public class BaseBinlogEventInfo extends BaseEventInfo implements BinlogEventInfo
| Modifier and Type | Field and Description |
|---|---|
private String |
binlogFilename |
private Long |
binlogPosition |
BINLOG_FILENAME_KEY, BINLOG_POSITION_KEYBEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENT| Constructor and Description |
|---|
BaseBinlogEventInfo(String eventType,
Long timestamp,
String binlogFilename,
Long binlogPosition) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinlogFilename() |
Long |
getBinlogPosition() |
getEventType, getTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventType, getTimestampprivate String binlogFilename
private Long binlogPosition
public String getBinlogFilename()
getBinlogFilename in interface BinlogEventInfopublic Long getBinlogPosition()
getBinlogPosition in interface BinlogEventInfoCopyright © 2017 Apache NiFi Project. All rights reserved.