Package com.denodo.scheduler.client.job
Class VDPCacheJobData
java.lang.Object
com.denodo.scheduler.client.job.JobData
com.denodo.scheduler.client.job.AbstractVDPLoadJobData
com.denodo.scheduler.client.job.VDPCacheJobData
- All Implemented Interfaces:
JobInformation,Serializable
Job Data with information about cache results: number of cached documents and number of errors when caching tuples.
- Since:
- 5.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.denodo.scheduler.client.job.JobData
JobData.Result, JobData.State -
Constructor Summary
ConstructorsConstructorDescriptionVDPCacheJobData(int jobID, String name, String type) VDPCacheJobData(VDPCacheJobData jobData) -
Method Summary
Modifier and TypeMethodDescriptionbooleancompleteJobData(JobReport jobReport) longlonglonglonglongbooleanvoidincCacheErrors(long num) voidincCacheGlobalResult(long num) voidincCacheResult(long num) voidreset()voidsetTuplesNotCachedInQueriedView(boolean tuplesNotCachedInQueriedView) toString()Methods inherited from class com.denodo.scheduler.client.job.AbstractVDPLoadJobData
getLoadProcessSuccess, setLoadProcessSuccessMethods inherited from class com.denodo.scheduler.client.job.JobData
addExporterWithUnknownExportedTuples, getCombinations, getDuration, getExportationErrors, getExportationGlobalResult, getExportationResult, getExportationWarnings, getExportersWithUnknownExportedTuples, getExtractionErrors, getExtractionGlobalResult, getExtractionResult, getExtractionWarnings, getFirstExecution, getJobID, getLastResult, getName, getNextExecution, getParametersExecuted, getPreviousExecution, getProjectId, getProjectName, getQueryErrors, getQuerySuccess, getRetryCount, getState, getType, incExportationErrors, incExportationGlobalResult, incExportationResult, incExportationWarnings, incExtractionErrors, incExtractionGlobalResult, incExtractionResult, incExtractionWarnings, incParametersExecuted, isInterrupted, isStartedWithState, retryJob, setCombinations, setDuration, setExportationErrors, setExportationGlobalResult, setExportationResult, setExportationWarnings, setFirstExecution, setInterrupted, setLastResult, setName, setNextExecution, setPreviousExecution, setProjectId, setProjectName, setQueryErrors, setQuerySuccess, setRetryCount, setRetryJob, setStartedWithState, setState, setType
-
Constructor Details
-
VDPCacheJobData
public VDPCacheJobData() -
VDPCacheJobData
-
VDPCacheJobData
-
-
Method Details
-
getCacheResult
public long getCacheResult()- Returns:
- the cacheResult
-
incCacheResult
public void incCacheResult(long num) -
getCacheGlobalResult
public long getCacheGlobalResult()- Returns:
- the cacheGlobalResult
-
incCacheGlobalResult
public void incCacheGlobalResult(long num) -
getCacheErrors
public long getCacheErrors()- Returns:
- the cacheErrors
-
incCacheErrors
public void incCacheErrors(long num) -
hasTuplesNotCachedInQueriedView
public boolean hasTuplesNotCachedInQueriedView()- Returns:
- true if the tuples have not been cached in the queried view.
-
setTuplesNotCachedInQueriedView
public void setTuplesNotCachedInQueriedView(boolean tuplesNotCachedInQueriedView) -
getNumberOfProcessedDocuments
public long getNumberOfProcessedDocuments()- Overrides:
getNumberOfProcessedDocumentsin classJobData- Returns:
- Get the number of processed (exported, cached or inserted, depending on the job type) documents.
-
getGlobalNumberOfProcessedDocuments
public long getGlobalNumberOfProcessedDocuments()- Overrides:
getGlobalNumberOfProcessedDocumentsin classJobData- Returns:
- Get the global number of processed (exported, cached or inserted, depending on the job type) documents.
-
completeJobData
- Overrides:
completeJobDatain classJobData
-
reset
public void reset()- Overrides:
resetin classAbstractVDPLoadJobData
-
toString
-