public final class JdbcCrawlingContext extends CrawlingContext
| Constructor and Description |
|---|
JdbcCrawlingContext(TaskContext taskContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCrawlSql() |
AnyMap |
getDbProperties() |
java.lang.String |
getDbUrl() |
Any |
getDeltaColumns() |
Any |
getIdColumns() |
long |
getMaxAttachmentSize() |
long |
getMaxRecordsPerBulk() |
MessageCollector |
getMessages() |
getDataSource, getJobRunId, getMapper, getNonNegativeParameter, getTaskContextpublic JdbcCrawlingContext(TaskContext taskContext)
public long getMaxRecordsPerBulk()
public long getMaxAttachmentSize()
public java.lang.String getDbUrl()
public AnyMap getDbProperties()
public java.lang.String getCrawlSql()
public Any getIdColumns()
public Any getDeltaColumns()
public MessageCollector getMessages()