Class ExtractionJobReport
java.lang.Object
com.denodo.scheduler.client.job.report.BaseJobReport
com.denodo.scheduler.client.job.report.AbstractExtractionJobReport
com.denodo.scheduler.client.job.report.ExtractionJobReport
- All Implemented Interfaces:
JobReport,Serializable
- Direct Known Subclasses:
DatabaseJobReport
Report that contains information about the export phase.
Its name is legacy, because in previous versions were not
differentiated the extraction and export phases.
- See Also:
-
Field Summary
Fields inherited from class com.denodo.scheduler.client.job.report.AbstractExtractionJobReport
extractedDocs, extractorErrorsCount, extractorWarningsCount, maxErrorsToSaveFields inherited from class com.denodo.scheduler.client.job.report.BaseJobReport
readWriteLock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExporterError(String exporterID, String error) voidaddExporterError(String exporterID, String error, boolean errorRetryable) voidaddExporterResource(String exporterID, String resource) voidaddExporterResources(String exporterID, Collection<String> resources) voidaddExporterWarning(String exporterID, String warning) voidaddExporterWithUnknownExportedTuples(String exporterName) booleangetExporterErrorsCountByExporter(String exporterName) getExporterResources(String exporterID) getExporterWarningsCountByExporter(String exporterName) booleanbooleanbooleanvoidincExportedDocs(String exporterID, long numDocs) voidreset()voidsetGlobalExportedDocs(Map<String, Long> exportedDocs) toString()Methods inherited from class com.denodo.scheduler.client.job.report.AbstractExtractionJobReport
addExtractorError, addExtractorWarning, getExtractedDocs, getExtractorErrors, getExtractorErrorsCount, getExtractorWarnings, getExtractorWarningsCount, getGlobalExtractedDocs, incExtractedDocs, setExtractedDocs, setExtractorErrors, setExtractorWarnings, setGlobalExtractedDocsMethods inherited from class com.denodo.scheduler.client.job.report.BaseJobReport
addGeneralError, addGeneralWarning, addHandlerError, addHandlerWarning, addInitializationError, getDuration, getEndTime, getExtractionDataSourceName, getFirstTime, getGeneralErrors, getGeneralWarnings, getHandlerErrors, getHandlerWarnings, getId, getInitializationErrors, getJobID, getJobName, getJobType, getMisfireError, getProjectName, getRetryCount, getRetryJob, getServerInfo, getStartTime, hasMisfired, isInterrupted, setEndTime, setExtractionDataSourceName, setFirstTime, setId, setInterrupted, setJobID, setJobName, setJobType, setMisfireError, setProjectName, setRetryCount, setRetryJob, setServerInfo, setStartTime
-
Constructor Details
-
ExtractionJobReport
protected ExtractionJobReport()
-
-
Method Details
-
getExportedDocs
-
incExportedDocs
-
getGlobalExportedDocs
-
setGlobalExportedDocs
-
getExporterErrors
-
addExporterError
-
addExporterError
-
getExporterErrorsCountByExporter
-
getExportersWithUnknownExportedTuples
-
addExporterWithUnknownExportedTuples
-
getExporterWarnings
-
addExporterWarning
-
getExporterWarningsCountByExporter
-
getExporterResources
-
getExporterResources
-
addExporterResource
-
addExporterResources
-
hasRetryableExporterErrors
public boolean hasRetryableExporterErrors() -
hasErrors
public boolean hasErrors()- Specified by:
hasErrorsin interfaceJobReport- Overrides:
hasErrorsin classAbstractExtractionJobReport
-
hasWarnings
public boolean hasWarnings()- Specified by:
hasWarningsin interfaceJobReport- Overrides:
hasWarningsin classAbstractExtractionJobReport
-
containsRetryableErrors
public boolean containsRetryableErrors()- Overrides:
containsRetryableErrorsin classAbstractExtractionJobReport
-
reset
public void reset()- Specified by:
resetin interfaceJobReport- Overrides:
resetin classAbstractExtractionJobReport
-
toString
- Overrides:
toStringin classAbstractExtractionJobReport
-