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,
java.lang.String name,
java.lang.String type) |
VDPCacheJobData(VDPCacheJobData jobData) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCacheErrors() |
long |
getCacheGlobalResult() |
long |
getCacheResult() |
long |
getGlobalNumberOfProcessedDocuments() |
long |
getNumberOfProcessedDocuments() |
boolean |
hasTuplesNotCachedInQueriedView() |
void |
incCacheErrors(long num) |
void |
incCacheGlobalResult(long num) |
void |
incCacheResult(long num) |
void |
reset() |
void |
setTuplesNotCachedInQueriedView(boolean tuplesNotCachedInQueriedView) |
java.lang.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, setTypeprotected static final long serialVersionUID
public VDPCacheJobData()
public VDPCacheJobData(int jobID,
java.lang.String name,
java.lang.String type)
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 long getNumberOfProcessedDocuments()
getNumberOfProcessedDocuments in class JobDatapublic long getGlobalNumberOfProcessedDocuments()
getGlobalNumberOfProcessedDocuments in class JobDataCopyright © 2024 Denodo Technologies. All rights reserved.