Package com.denodo.scheduler.client.job
Class VDPCacheJobData
java.lang.Object
com.denodo.scheduler.client.job.JobData
com.denodo.scheduler.client.job.VDPCacheJobData
- All Implemented Interfaces:
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 -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
ConstructorsConstructorDescriptionVDPCacheJobData(int jobID, String name, String type) VDPCacheJobData(VDPCacheJobData jobData) -
Method Summary
Modifier and TypeMethodDescriptionbooleancompleteJobData(JobReport jobReport) longlonglongbooleanvoidincCacheErrors(long num) voidincCacheGlobalResult(long num) voidincCacheResult(long num) voidreset()voidsetTuplesNotCachedInQueriedView(boolean tuplesNotCachedInQueriedView) toString()Methods inherited from class com.denodo.scheduler.client.job.JobData
addExporterWithUnknownExportedTuples, getCombinations, 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, setExportationErrors, setExportationGlobalResult, setExportationResult, setExportationWarnings, setFirstExecution, setInterrupted, setLastResult, setName, setNextExecution, setPreviousExecution, setProjectId, setProjectName, setQueryErrors, setQuerySuccess, setRetryCount, setRetryJob, setStartedWithState, setState, setType
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
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) -
completeJobData
- Overrides:
completeJobDatain classJobData
-
reset
public void reset() -
toString
-