Class CaptureChangeMySQL.BinlogResourceInfo

java.lang.Object
org.apache.nifi.cdc.mysql.processors.CaptureChangeMySQL.BinlogResourceInfo
Enclosing class:
CaptureChangeMySQL

public static class CaptureChangeMySQL.BinlogResourceInfo extends Object
  • Field Details

    • currentTable

      private TableInfo currentTable
    • currentDatabase

      private String currentDatabase
    • inTransaction

      private boolean inTransaction
    • transitUri

      private String transitUri
  • Constructor Details

    • BinlogResourceInfo

      public BinlogResourceInfo()
  • Method Details

    • getCurrentTable

      public TableInfo getCurrentTable()
    • setCurrentTable

      public void setCurrentTable(TableInfo currentTable)
    • getCurrentDatabase

      public String getCurrentDatabase()
    • setCurrentDatabase

      public void setCurrentDatabase(String currentDatabase)
    • isInTransaction

      public boolean isInTransaction()
    • setInTransaction

      public void setInTransaction(boolean inTransaction)
    • getTransitUri

      public String getTransitUri()
    • setTransitUri

      public void setTransitUri(String transitUri)