public class VDPViewIndexingProcessReport extends DatabaseJobReport
reports
extractedDocs, extractorErrorsCount, extractorWarningsCount, maxErrorsToSave
readWriteLock
Constructor and Description |
---|
VDPViewIndexingProcessReport() |
VDPViewIndexingProcessReport(int jobID,
String jobName,
String jobType,
Date startTime,
String viewName,
String viewIndexingProcessName,
String query) |
Modifier and Type | Method and Description |
---|---|
long |
getExtractedRows() |
String |
getViewIndexingProcessName() |
String |
getViewName() |
void |
incExtractedRows(int execution,
long numRows) |
void |
incExtractedRows(long numRows) |
void |
setExtractedRows(long extractedRows) |
void |
setViewIndexingProcessName(String viewIndexingProcessName) |
void |
setViewName(String viewName) |
String |
toString() |
addExecutionSucess, addExporterError, addExporterError, addExtractorError, addReport, addSourceError, getCombinations, getExecutionErrors, getFailedExecutions, getQuery, getReports, getSourcesErrors, getSuccessExecutions, hasErrors, incExportedDocs, incExtractedDocs, removeReport, reset, 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 long getExtractedRows()
public void setExtractedRows(long extractedRows)
public String getViewName()
public void setViewName(String viewName)
public String getViewIndexingProcessName()
public void setViewIndexingProcessName(String viewIndexingProcessName)
public void incExtractedRows(int execution, long numRows)
public void incExtractedRows(long numRows)
public String toString()
toString
in class DatabaseJobReport
Copyright © 2025 Denodo Technologies. All rights reserved.