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) |
| Modifier and Type | Method and Description |
|---|---|
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, setTypeprotected static final long serialVersionUID
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)
Copyright © 2024 Denodo Technologies. All rights reserved.