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, maxErrorsToSavereadWriteLock| Constructor and Description |
|---|
ExtractionJobReport() |
addExtractorError, addExtractorWarning, getExtractedDocs, getExtractorErrors, getExtractorErrorsCount, getExtractorWarnings, getExtractorWarningsCount, incExtractedDocs, setExtractedDocs, setExtractorErrors, setExtractorWarningsaddGeneralError, 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, setStartTimeprotected 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 JobReporthasErrors in class AbstractExtractionJobReportpublic boolean hasWarnings()
hasWarnings in interface JobReporthasWarnings in class AbstractExtractionJobReportpublic boolean containsRetryableErrors()
containsRetryableErrors in class AbstractExtractionJobReportpublic void reset()
reset in interface JobReportreset in class AbstractExtractionJobReportpublic String toString()
toString in class AbstractExtractionJobReportCopyright © 2024 Denodo Technologies. All rights reserved.