public class DatabaseJobReport extends ExtractionJobReport
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,DatabaseJobReport> |
reports
Map of Reports
|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
extractedDocs, extractorErrorsCount, extractorWarningsCount, maxErrorsToSavereadWriteLock| Constructor and Description |
|---|
DatabaseJobReport() |
DatabaseJobReport(int jobID,
String jobName,
String jobType,
Date startTime,
String query) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExecutionSucess(Integer execution) |
void |
addExporterError(int execution,
String exporterID,
String errorDescription) |
void |
addExporterError(int execution,
String exporterID,
String errorDescription,
boolean errorRetryable) |
void |
addExtractorError(int execution,
String extractorError) |
void |
addReport(int execution,
DatabaseJobReport report) |
void |
addSourceError(String error) |
List<Object> |
getCombinations() |
List<Integer> |
getExecutionErrors() |
List<Integer> |
getFailedExecutions() |
String |
getQuery() |
Map<Integer,DatabaseJobReport> |
getReports() |
Collection<String> |
getSourcesErrors() |
List<Integer> |
getSuccessExecutions() |
boolean |
hasErrors() |
void |
incExportedDocs(int execution,
String exporterID,
long numDocs) |
void |
incExtractedDocs(int execution,
long numDocs) |
void |
removeReport(int execution) |
void |
reset() |
void |
setCombinations(List<Object> combinations) |
void |
setEndTime(int execution,
Date date) |
void |
setPreviousExecutionErrors(List<Integer> previousExecutionErrors) |
void |
setPreviousExecutionSuccess(List<Integer> previousExecutionSuccess) |
void |
setQuery(String query) |
String |
toString() |
addExporterError, addExporterError, addExporterResource, addExporterResources, addExporterWarning, addExporterWithUnknownExportedTuples, containsRetryableErrors, getExportedDocs, getExporterErrors, getExporterErrorsCountByExporter, getExporterResources, getExporterResources, getExportersWithUnknownExportedTuples, getExporterWarnings, getExporterWarningsCountByExporter, hasRetryableExporterErrors, hasWarnings, incExportedDocsaddExtractorError, 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
protected Map<Integer,DatabaseJobReport> reports
public String getQuery()
public void setQuery(String query)
public Map<Integer,DatabaseJobReport> getReports()
public void addReport(int execution,
DatabaseJobReport report)
public void removeReport(int execution)
public void setEndTime(int execution,
Date date)
public void incExtractedDocs(int execution,
long numDocs)
public void addExtractorError(int execution,
String extractorError)
public void incExportedDocs(int execution,
String exporterID,
long numDocs)
public void addExporterError(int execution,
String exporterID,
String errorDescription)
public void addExporterError(int execution,
String exporterID,
String errorDescription,
boolean errorRetryable)
public void setPreviousExecutionErrors(List<Integer> previousExecutionErrors)
previousExecutionErrors - the previousExecutionErrors to setpublic void addExecutionSucess(Integer execution)
public void setPreviousExecutionSuccess(List<Integer> previousExecutionSuccess)
previousExecutionSuccess - the previousExecutionSuccess to setpublic Collection<String> getSourcesErrors()
public void addSourceError(String error)
public boolean hasErrors()
hasErrors in interface JobReporthasErrors in class ExtractionJobReportpublic void reset()
reset in interface JobReportreset in class ExtractionJobReportpublic String toString()
toString in class ExtractionJobReportCopyright © 2024 Denodo Technologies. All rights reserved.