Uses of Class
com.denodo.scheduler.api.exporter.ExporterException
Packages that use ExporterException
-
Uses of ExporterException in com.denodo.scheduler.api.exporter
Subclasses of ExporterException in com.denodo.scheduler.api.exporterModifier and TypeClassDescriptionclassException that encapsulates an retryable error when exporting data.Methods in com.denodo.scheduler.api.exporter that throw ExporterExceptionModifier and TypeMethodDescriptionSchedulerExporter.close()Closes any resources opened by the exporter and returns a collection of resources if necessary.voidExporter.export(Collection<Document> documents) Exports the documents.default voidExporter.export(Collection<Document> documents, ExporterQueryContext queryContext) Exports the documents, with their relatedExporterQueryContext.default voidExporterWithContext.export(Collection<Document> documents) voidExporterWithContext.export(Collection<Document> documents, ExporterQueryContext queryContext) default voidExporter.interrupt()voidSchedulerExporter.open(ExporterContext exporterContext) Initializes resources needed by the exporter and gets runtime information about the export job.