public interface Handler
| Modifier and Type | Method and Description |
|---|---|
void |
execute(JobData jobData,
JobReport jobReport)
Called by the Scheduler once the extraction and exportation of all the
tuples of a job have finished.
|
void |
init(ParameterStructure parameters)
Initialize the handler.
|
void init(ParameterStructure parameters) throws ConfigurationException
parameters - required configuration for initializing the handler.ConfigurationException - if the configuration information required
by the handler is malformed or missing.void execute(JobData jobData, JobReport jobReport) throws InternalErrorException
jobData - information about the current state of the job.jobReport - detailed information about the current job execution.InternalErrorExceptionCopyright © 2024 Denodo Technologies. All rights reserved.