Interface SchedulerExporterExtended

All Superinterfaces:
SchedulerExporter

public interface SchedulerExporterExtended extends SchedulerExporter
Provides information about the current status (open or closed) of a SchedulerExporter.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true is the exporter is closed and does not accept any more data to export.
    boolean
    Returns true if the exporter is open to export data; return false otherwise.

    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: