Interface SchedulerExporterExtended
- All Superinterfaces:
SchedulerExporter
Provides information about the current status (open or closed) of a SchedulerExporter.
- Since:
- 5.0
-
Method Summary
Methods inherited from interface com.denodo.scheduler.api.exporter.SchedulerExporter
close, open
-
Method Details
-
isOpen
boolean isOpen()Returns true if the exporter is open to export data; return false otherwise.- Returns:
-
isClosed
boolean isClosed()Returns true is the exporter is closed and does not accept any more data to export. Returns false otherwise.- Returns:
-