public class BaseBinlogTableEventInfo extends BaseBinlogEventInfo implements BinlogTableEventInfo
| Modifier and Type | Field and Description |
|---|---|
private TableEventInfo |
delegate |
BINLOG_FILENAME_KEY, BINLOG_POSITION_KEYBEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENT| Constructor and Description |
|---|
BaseBinlogTableEventInfo(TableInfo tableInfo,
String eventType,
Long timestamp,
String binlogFilename,
Long binlogPosition) |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
getColumnByIndex(int i) |
List<ColumnDefinition> |
getColumns() |
String |
getDatabaseName() |
Long |
getTableId() |
String |
getTableName() |
getBinlogFilename, getBinlogPositiongetEventType, getTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBinlogFilename, getBinlogPositiongetEventType, getTimestampprivate TableEventInfo delegate
public String getDatabaseName()
getDatabaseName in interface TableEventInfopublic String getTableName()
getTableName in interface TableEventInfopublic Long getTableId()
getTableId in interface TableEventInfopublic List<ColumnDefinition> getColumns()
getColumns in interface TableEventInfopublic ColumnDefinition getColumnByIndex(int i)
getColumnByIndex in interface TableEventInfoCopyright © 2017 Apache NiFi Project. All rights reserved.