public class VDPIndexerJobReport extends DatabaseJobReport
reportsextractedDocs, extractorErrorsCount, extractorWarningsCount, maxErrorsToSavereadWriteLock| Constructor and Description |
|---|
VDPIndexerJobReport() |
VDPIndexerJobReport(int jobID,
String jobName,
String jobType,
Date startTime,
long extractedRows) |
addExecutionSucess, addExporterError, addExporterError, addExtractorError, addReport, addSourceError, getCombinations, getExecutionErrors, getFailedExecutions, getQuery, getReports, getSourcesErrors, getSuccessExecutions, incExportedDocs, incExtractedDocs, removeReport, setCombinations, setEndTime, setPreviousExecutionErrors, setPreviousExecutionSuccess, setQueryaddExporterError, 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, setStartTimepublic Map<Integer,List<Object>> getAggregatedCombinations(boolean cloneCombinations)
public void setAggregateCombinations(Map<Integer,List<Object>> combinations)
public long getExtractedRows()
public void setExtractedRows(long extractedRows)
public Map<String,String> getViewsWithNonSatisfiedMandatoryRestrictionsErrors()
public void setViewsWithNonSatisfiedMandatoryRestrictionsErrors(Map<String,String> viewsWithNonSatisfiedMandatoryRestrictionsErrors)
public void incExtractedRows(int taskId,
int execution,
long numRows)
public void incExtractedDocs(int taskId,
int execution,
long numDocs)
public void incExportedDocs(int taskId,
int execution,
String exporterID,
long numDocs)
public void addViewWithNonSatisfiedMandatoryRestrictionsError(String view, String error)
public void addExporterWithUnknownExportedTuples(int taskId,
String exporterID)
public void addExporterError(int taskId,
int execution,
String exporterID,
String errorDescription)
public void addExporterError(int taskId,
int execution,
String exporterID,
String errorDescription,
boolean errorRetryable)
public void addExtractorError(int taskId,
int execution,
String extractorError)
public void addSourceError(int taskId,
String sourceError)
public void setAggregatePreviousExecutionSuccess(Map<Integer,List<Integer>> previousExecutionSuccess)
public void setAggregatePreviousExecutionErrors(Map<Integer,List<Integer>> previousExecutionErrors)
public void setEndTime(int parent,
int execution,
Date date)
public void removeReport(int parent,
int execution)
public boolean hasErrors()
hasErrors in interface JobReporthasErrors in class DatabaseJobReportpublic void reset()
reset in interface JobReportreset in class DatabaseJobReportpublic String toString()
toString in class DatabaseJobReportCopyright © 2024 Denodo Technologies. All rights reserved.