Interface OraCdcSinkTableInfoMBean

All Known Implementing Classes:
OraCdcSinkTableInfo

public interface OraCdcSinkTableInfoMBean
Author:
averemee
  • Method Details

    • getStartTime

      String getStartTime()
    • getElapsedTimeMillis

      long getElapsedTimeMillis()
    • getElapsedTime

      String getElapsedTime()
    • getProcessingTimeMillis

      long getProcessingTimeMillis()
    • getProcessingTime

      String getProcessingTime()
    • getProcessedRecordsCount

      long getProcessedRecordsCount()
    • getUpsertCount

      long getUpsertCount()
    • getUpsertProcessingMillis

      long getUpsertProcessingMillis()
    • getUpsertProcessingTime

      String getUpsertProcessingTime()
    • getUpsertsPerSecond

      double getUpsertsPerSecond()
    • getDeleteCount

      long getDeleteCount()
    • getDeleteProcessingMillis

      long getDeleteProcessingMillis()
    • getDeleteProcessingTime

      String getDeleteProcessingTime()
    • getDeletesPerSecond

      double getDeletesPerSecond()