public class VDPCacheJobData extends JobData
JobData.Result, JobData.State
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
VDPCacheJobData() |
VDPCacheJobData(int jobID,
String name,
String type) |
VDPCacheJobData(VDPCacheJobData jobData) |
Modifier and Type | Method and Description |
---|---|
boolean |
completeJobData(JobReport jobReport) |
long |
getCacheErrors() |
long |
getCacheGlobalResult() |
long |
getCacheResult() |
boolean |
hasTuplesNotCachedInQueriedView() |
void |
incCacheErrors(long num) |
void |
incCacheGlobalResult(long num) |
void |
incCacheResult(long num) |
void |
reset() |
void |
setTuplesNotCachedInQueriedView(boolean tuplesNotCachedInQueriedView) |
String |
toString() |
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
protected static final long serialVersionUID
public VDPCacheJobData()
public VDPCacheJobData(VDPCacheJobData jobData)
public long getCacheResult()
public void incCacheResult(long num)
public long getCacheGlobalResult()
public void incCacheGlobalResult(long num)
public long getCacheErrors()
public void incCacheErrors(long num)
public boolean hasTuplesNotCachedInQueriedView()
public void setTuplesNotCachedInQueriedView(boolean tuplesNotCachedInQueriedView)
public boolean completeJobData(JobReport jobReport)
completeJobData
in class JobData
Copyright © 2025 Denodo Technologies. All rights reserved.