Package | Description |
---|---|
com.denodo.scheduler.api.handler | |
com.denodo.scheduler.client | |
com.denodo.scheduler.client.job | |
com.denodo.scheduler.client.job.report |
Modifier and Type | Method and Description |
---|---|
void |
Handler.execute(JobData jobData,
JobReport jobReport)
Called by the Scheduler once the extraction and exportation of all the
tuples of a job have finished.
|
Modifier and Type | Method and Description |
---|---|
JobReport |
SchedulerManager.getReport(int reportID)
Gets the job report .
|
Modifier and Type | Method and Description |
---|---|
boolean |
JobData.completeJobData(JobReport jobReport) |
boolean |
VDPCacheJobData.completeJobData(JobReport jobReport) |
boolean |
VDPDataLoadJobData.completeJobData(JobReport jobReport) |
boolean |
VDPIndexerJobData.completeJobData(JobReport jobReport) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtractionJobReport
Report for extraction jobs (only for the extraction phase).
|
class |
ARNIndexJobReport
Report for ARN-Index jobs.
|
class |
BaseJobReport
Base implementation of
JobReport that is shared by
each job-dependent implementation. |
class |
DatabaseJobReport
Report for JDBC, ITP and VDP jobs.
|
class |
ExtractionJobReport
Report that contains information about the export phase.
|
class |
VDPCacheJobReport
Report for VDP Cache jobs.
|
class |
VDPDataLoadJobReport
Report for VDP Data Load jobs.
|
class |
VDPIndexerJobReport
Report for VDPIndexer jobs.
|
class |
VDPViewIndexingProcessReport
Report for individual View Indexing Processes
|
Modifier and Type | Method and Description |
---|---|
List<JobReport> |
JobReportChunk.getReports() |
Constructor and Description |
---|
JobReportChunk(List<JobReport> reports,
boolean moreReports) |
JobReportChunk(List<JobReport> reports,
boolean moreReports,
int totalReports) |
Copyright © 2025 Denodo Technologies. All rights reserved.