public class VDPIndexerJobReport extends DatabaseJobReport
reportsextractedDocs, extractorErrorsCount, extractorWarningsCount, maxErrorsToSavereadWriteLock| Constructor and Description |
|---|
VDPIndexerJobReport() |
VDPIndexerJobReport(int jobID,
java.lang.String jobName,
java.lang.String jobType,
java.util.Date startTime,
long extractedRows) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExecutionSucess(java.lang.Integer parent,
java.lang.Integer execution) |
void |
addExporterError(int taskId,
int execution,
java.lang.String exporterID,
java.lang.String errorDescription) |
void |
addExporterError(int taskId,
int execution,
java.lang.String exporterID,
java.lang.String errorDescription,
boolean errorRetryable) |
void |
addExporterWithUnknownExportedTuples(int taskId,
java.lang.String exporterID) |
void |
addExtractorError(int taskId,
int execution,
java.lang.String extractorError) |
void |
addSourceError(int taskId,
java.lang.String sourceError) |
void |
addViewWithNonSatisfiedMandatoryRestrictionsError(java.lang.String view,
java.lang.String error) |
java.util.Map<java.lang.Integer,java.util.List<java.lang.Object>> |
getAggregatedCombinations() |
java.util.Map<java.lang.Integer,java.util.List<java.lang.Object>> |
getAggregatedCombinations(boolean cloneCombinations) |
java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> |
getAggregatedFailedExecutions() |
java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> |
getAggregatedSuccessExecutions() |
long |
getExtractedRows() |
java.util.Map<java.lang.String,java.lang.String> |
getViewsWithNonSatisfiedMandatoryRestrictionsErrors() |
boolean |
hasErrors() |
void |
incExportedDocs(int taskId,
int execution,
java.lang.String exporterID,
long numDocs) |
void |
incExtractedDocs(int taskId,
int execution,
long numDocs) |
void |
incExtractedRows(int taskId,
int execution,
long numRows) |
void |
removeReport(int parent,
int execution) |
void |
reset() |
void |
setAggregateCombinations(java.util.Map<java.lang.Integer,java.util.List<java.lang.Object>> combinations) |
void |
setAggregatePreviousExecutionErrors(java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> previousExecutionErrors) |
void |
setAggregatePreviousExecutionSuccess(java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> previousExecutionSuccess) |
void |
setCombinations(java.lang.Integer taskId,
java.util.List<java.lang.Object> combinations) |
void |
setEndTime(int parent,
int execution,
java.util.Date date) |
void |
setExtractedRows(long extractedRows) |
void |
setViewsWithNonSatisfiedMandatoryRestrictionsErrors(java.util.Map<java.lang.String,java.lang.String> viewsWithNonSatisfiedMandatoryRestrictionsErrors) |
java.lang.String |
toString() |
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, 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, setStartTimepublic VDPIndexerJobReport()
public VDPIndexerJobReport(int jobID,
java.lang.String jobName,
java.lang.String jobType,
java.util.Date startTime,
long extractedRows)
public java.util.Map<java.lang.Integer,java.util.List<java.lang.Object>> getAggregatedCombinations(boolean cloneCombinations)
public java.util.Map<java.lang.Integer,java.util.List<java.lang.Object>> getAggregatedCombinations()
public void setCombinations(java.lang.Integer taskId,
java.util.List<java.lang.Object> combinations)
public void setAggregateCombinations(java.util.Map<java.lang.Integer,java.util.List<java.lang.Object>> combinations)
public long getExtractedRows()
public void setExtractedRows(long extractedRows)
public java.util.Map<java.lang.String,java.lang.String> getViewsWithNonSatisfiedMandatoryRestrictionsErrors()
public void setViewsWithNonSatisfiedMandatoryRestrictionsErrors(java.util.Map<java.lang.String,java.lang.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,
java.lang.String exporterID,
long numDocs)
public void addExecutionSucess(java.lang.Integer parent,
java.lang.Integer execution)
public void addViewWithNonSatisfiedMandatoryRestrictionsError(java.lang.String view,
java.lang.String error)
public void addExporterWithUnknownExportedTuples(int taskId,
java.lang.String exporterID)
public void addExporterError(int taskId,
int execution,
java.lang.String exporterID,
java.lang.String errorDescription)
public void addExporterError(int taskId,
int execution,
java.lang.String exporterID,
java.lang.String errorDescription,
boolean errorRetryable)
public void addExtractorError(int taskId,
int execution,
java.lang.String extractorError)
public void addSourceError(int taskId,
java.lang.String sourceError)
public void setAggregatePreviousExecutionSuccess(java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> previousExecutionSuccess)
public void setAggregatePreviousExecutionErrors(java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> previousExecutionErrors)
public java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> getAggregatedSuccessExecutions()
public java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> getAggregatedFailedExecutions()
public void setEndTime(int parent,
int execution,
java.util.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 java.lang.String toString()
toString in class DatabaseJobReportCopyright © 2024 Denodo Technologies. All rights reserved.