public class VDPIndexerJobReport extends DatabaseJobReport
reports
extractedDocs, extractorErrorsCount, extractorWarningsCount, maxErrorsToSave
readWriteLock
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, setQuery
addExporterError, addExporterError, addExporterResource, addExporterResources, addExporterWarning, addExporterWithUnknownExportedTuples, containsRetryableErrors, getExportedDocs, getExporterErrors, getExporterErrorsCountByExporter, getExporterResources, getExporterResources, getExportersWithUnknownExportedTuples, getExporterWarnings, getExporterWarningsCountByExporter, hasRetryableExporterErrors, hasWarnings, incExportedDocs
addExtractorError, addExtractorWarning, getExtractedDocs, getExtractorErrors, getExtractorErrorsCount, getExtractorWarnings, getExtractorWarningsCount, incExtractedDocs, setExtractedDocs, setExtractorErrors, setExtractorWarnings
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
public 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 JobReport
hasErrors
in class DatabaseJobReport
public void reset()
reset
in interface JobReport
reset
in class DatabaseJobReport
public String toString()
toString
in class DatabaseJobReport
Copyright © 2025 Denodo Technologies. All rights reserved.