public interface BinlogEventInfo extends EventInfo
| Modifier and Type | Field and Description |
|---|---|
static String |
BINLOG_FILENAME_KEY |
static String |
BINLOG_GTIDSET_KEY |
static String |
BINLOG_POSITION_KEY |
BEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENT| Modifier and Type | Method and Description |
|---|---|
String |
getBinlogFilename() |
String |
getBinlogGtidSet() |
Long |
getBinlogPosition() |
getEventType, getTimestampstatic final String BINLOG_FILENAME_KEY
static final String BINLOG_POSITION_KEY
static final String BINLOG_GTIDSET_KEY
Copyright © 2022 Apache NiFi Project. All rights reserved.