public static class CaptureChangeMySQL.BinlogResourceInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
currentDatabase |
private TableInfo |
currentTable |
private boolean |
inTransaction |
private String |
transitUri |
| Constructor and Description |
|---|
BinlogResourceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentDatabase() |
TableInfo |
getCurrentTable() |
String |
getTransitUri() |
boolean |
isInTransaction() |
void |
setCurrentDatabase(String currentDatabase) |
void |
setCurrentTable(TableInfo currentTable) |
void |
setInTransaction(boolean inTransaction) |
void |
setTransitUri(String transitUri) |
private TableInfo currentTable
private String currentDatabase
private boolean inTransaction
private String transitUri
public TableInfo getCurrentTable()
public void setCurrentTable(TableInfo currentTable)
public String getCurrentDatabase()
public void setCurrentDatabase(String currentDatabase)
public boolean isInTransaction()
public void setInTransaction(boolean inTransaction)
public String getTransitUri()
public void setTransitUri(String transitUri)
Copyright © 2024 Apache NiFi Project. All rights reserved.