public abstract class AbstractExtractionJobReport extends BaseJobReport
Modifier and Type | Field and Description |
---|---|
protected long |
extractedDocs |
protected long |
extractorErrorsCount |
protected long |
extractorWarningsCount |
protected static int |
maxErrorsToSave |
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
readWriteLock
Constructor and Description |
---|
AbstractExtractionJobReport() |
Modifier and Type | Method and Description |
---|---|
void |
addExtractorError(Object error) |
void |
addExtractorWarning(Object warning) |
boolean |
containsRetryableErrors() |
long |
getExtractedDocs() |
Collection<Object> |
getExtractorErrors() |
long |
getExtractorErrorsCount() |
Collection<Object> |
getExtractorWarnings() |
long |
getExtractorWarningsCount() |
boolean |
hasErrors() |
boolean |
hasWarnings() |
void |
incExtractedDocs(long numDocs) |
void |
reset() |
void |
setExtractedDocs(long extractedDocs) |
void |
setExtractorErrors(Collection<Object> extractorErrors) |
void |
setExtractorWarnings(Collection<Object> extractorWarnings) |
String |
toString() |
addGeneralError, addGeneralWarning, addHandlerError, addInitializationError, getEndTime, getExtractionDataSourceName, getFirstTime, getGeneralErrors, getGeneralWarnings, getHandlerErrors, getId, getInitializationErrors, getJobID, getJobName, getJobType, getMisfireError, getProjectName, getRetryCount, getRetryJob, getServerInfo, getStartTime, hasMisfired, setEndTime, setExtractionDataSourceName, setFirstTime, setId, setJobID, setJobName, setJobType, setMisfireError, setProjectName, setRetryCount, setRetryJob, setServerInfo, setStartTime
protected static final long serialVersionUID
protected long extractorErrorsCount
protected long extractorWarningsCount
protected static int maxErrorsToSave
protected long extractedDocs
public long getExtractedDocs()
public void setExtractedDocs(long extractedDocs)
public void incExtractedDocs(long numDocs)
public void addExtractorError(Object error)
public Collection<Object> getExtractorErrors()
public long getExtractorErrorsCount()
public void setExtractorErrors(Collection<Object> extractorErrors)
public void addExtractorWarning(Object warning)
public Collection<Object> getExtractorWarnings()
public long getExtractorWarningsCount()
public void setExtractorWarnings(Collection<Object> extractorWarnings)
public boolean containsRetryableErrors()
public boolean hasErrors()
hasErrors
in interface JobReport
hasErrors
in class BaseJobReport
public boolean hasWarnings()
hasWarnings
in interface JobReport
hasWarnings
in class BaseJobReport
public void reset()
reset
in interface JobReport
reset
in class BaseJobReport
public String toString()
toString
in class BaseJobReport
Copyright © 2023 Denodo Technologies. All rights reserved.