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