| Package | Description |
|---|---|
| com.denodo.scheduler.api.exporter |
| Modifier and Type | Class and Description |
|---|---|
class |
RetryableExporterException
Exception that encapsulates an retryable error when exporting data.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ExporterResource> |
SchedulerExporter.close()
Closes any resources opened by the exporter and returns a collection of
resources if necessary.
|
void |
Exporter.export(java.util.Collection<Document> documents)
Exports the documents.
|
default void |
ExporterWithContext.export(java.util.Collection<Document> documents) |
default void |
Exporter.export(java.util.Collection<Document> documents,
ExporterQueryContext queryContext)
Exports the documents, with their related
ExporterQueryContext. |
void |
ExporterWithContext.export(java.util.Collection<Document> documents,
ExporterQueryContext queryContext) |
default void |
Exporter.interrupt() |
void |
SchedulerExporter.open(ExporterContext exporterContext)
Initializes resources needed by the exporter and gets runtime information
about the export job.
|
Copyright © 2024 Denodo Technologies. All rights reserved.