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
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes.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()toString()Methods inherited from class com.denodo.scheduler.client.job.report.AbstractExtractionJobReport
addExtractorError, addExtractorWarning, getExtractedDocs, getExtractorErrors, getExtractorErrorsCount, getExtractorWarnings, getExtractorWarningsCount, incExtractedDocs, setExtractedDocs, setExtractorErrors, setExtractorWarningsMethods inherited from class com.denodo.scheduler.client.job.report.BaseJobReport
addGeneralError, addGeneralWarning, addHandlerError, addHandlerWarning, addInitializationError, 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
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
ExtractionJobReport
public ExtractionJobReport()
-
-
Method Details
-
getExportedDocs
-
incExportedDocs
-
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
-