public abstract class ExtractionJobReport extends AbstractExtractionJobReport
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
extractedDocs, extractorErrorsCount, extractorWarningsCount, maxErrorsToSave
readWriteLock
Constructor and Description |
---|
ExtractionJobReport() |
addExtractorError, addExtractorWarning, getExtractedDocs, getExtractorErrors, getExtractorErrorsCount, getExtractorWarnings, getExtractorWarningsCount, incExtractedDocs, setExtractedDocs, setExtractorErrors, setExtractorWarnings
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
public void incExportedDocs(String exporterID, long numDocs)
public Map<String,Collection<String>> getExporterErrors()
public void addExporterError(String exporterID, String error, boolean errorRetryable)
public void addExporterWithUnknownExportedTuples(String exporterName)
public Map<String,Collection<String>> getExporterWarnings()
public Long getExporterWarningsCountByExporter(String exporterName)
public Map<String,Collection<String>> getExporterResources()
public Collection<String> getExporterResources(String exporterID)
public void addExporterResources(String exporterID, Collection<String> resources)
public boolean hasRetryableExporterErrors()
public boolean hasErrors()
hasErrors
in interface JobReport
hasErrors
in class AbstractExtractionJobReport
public boolean hasWarnings()
hasWarnings
in interface JobReport
hasWarnings
in class AbstractExtractionJobReport
public boolean containsRetryableErrors()
containsRetryableErrors
in class AbstractExtractionJobReport
public void reset()
reset
in interface JobReport
reset
in class AbstractExtractionJobReport
public String toString()
toString
in class AbstractExtractionJobReport
Copyright © 2024 Denodo Technologies. All rights reserved.