class MysqlSourceConfig extends Model (View source)

Properties

protected $excludeObjectsType
protected $excludeObjectsDataType
protected $includeObjectsType
protected $includeObjectsDataType
int $maxConcurrentBackfillTasks
int $maxConcurrentCdcTasks

Methods

setExcludeObjects(MysqlRdbms $excludeObjects)

No description

getExcludeObjects()

No description

setIncludeObjects(MysqlRdbms $includeObjects)

No description

getIncludeObjects()

No description

setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)

No description

int
setMaxConcurrentCdcTasks($maxConcurrentCdcTasks)

No description

int
getMaxConcurrentCdcTasks()

No description

Details

setExcludeObjects(MysqlRdbms $excludeObjects)

No description

Parameters

MysqlRdbms $excludeObjects

MysqlRdbms getExcludeObjects()

No description

Return Value

MysqlRdbms

setIncludeObjects(MysqlRdbms $includeObjects)

No description

Parameters

MysqlRdbms $includeObjects

MysqlRdbms getIncludeObjects()

No description

Return Value

MysqlRdbms

setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)

No description

Parameters

$maxConcurrentBackfillTasks

int getMaxConcurrentBackfillTasks()

No description

Return Value

int

setMaxConcurrentCdcTasks($maxConcurrentCdcTasks)

No description

Parameters

$maxConcurrentCdcTasks

int getMaxConcurrentCdcTasks()

No description

Return Value

int