Class CDCReplicatorConfiguration.CDCTableConfiguration

java.lang.Object
com.illumon.iris.replication.mssql.CDCReplicatorConfiguration.CDCTableConfiguration
Enclosing class:
CDCReplicatorConfiguration

public static class CDCReplicatorConfiguration.CDCTableConfiguration extends Object
  • Method Details

    • getNamespace

      public String getNamespace()
    • getTableName

      public String getTableName()
    • getSqlServerTableName

      public String getSqlServerTableName()
    • getCaptureInstance

      public String getCaptureInstance()
    • getLogPath

      public String getLogPath()
    • getLoggerQueueSize

      public int getLoggerQueueSize()
    • getLoggerClassName

      public String getLoggerClassName()
    • getSnapshotFetchSize

      public int getSnapshotFetchSize()
    • getSnapshotMode

      public CDCReplicatorSnapshotMode getSnapshotMode()
    • getLogFormat

      public int getLogFormat()
    • log

      public void log(com.fishlib.io.logger.Logger logger)