public class BaseBinlogRowEventInfo<RowEventDataType> extends BaseBinlogTableEventInfo implements RowEventInfo<RowEventDataType>
| Modifier and Type | Field and Description |
|---|---|
private RowEventInfo<RowEventDataType> |
delegate |
private BitSet |
includedColumns |
BEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENTBINLOG_FILENAME_KEY, BINLOG_POSITION_KEY| Constructor and Description |
|---|
BaseBinlogRowEventInfo(TableInfo tableInfo,
String type,
Long timestamp,
String binlogFilename,
Long binlogPosition,
BitSet includedColumns,
List<RowEventDataType> rows) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getIncludedColumns() |
List<RowEventDataType> |
getRows() |
getColumnByIndex, getColumns, getDatabaseName, getTableId, getTableNamegetBinlogFilename, getBinlogPositiongetEventType, getTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnByIndex, getColumns, getDatabaseName, getTableId, getTableNamegetEventType, getTimestampgetBinlogFilename, getBinlogPositionprivate BitSet includedColumns
private RowEventInfo<RowEventDataType> delegate
public BitSet getIncludedColumns()
public List<RowEventDataType> getRows()
getRows in interface RowEventInfo<RowEventDataType>Copyright © 2018 Apache NiFi Project. All rights reserved.