Uses of Interface
uk.gov.gchq.gaffer.operation.export.Exporter
-
Packages that use Exporter Package Description uk.gov.gchq.gaffer.operation.export.graph Implementations of operations for exporting results from Gaffer to another Gaffer graph.uk.gov.gchq.gaffer.operation.export.resultcache Classes relating to exporting results to a GafferResultsCache.uk.gov.gchq.gaffer.operation.impl.export.localfile uk.gov.gchq.gaffer.operation.impl.export.set Operations for exporting and retrieving objects from a Set.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.operation.handler.export Handlers for export operations. -
-
Uses of Exporter in uk.gov.gchq.gaffer.operation.export.graph
Classes in uk.gov.gchq.gaffer.operation.export.graph that implement Exporter Modifier and Type Class Description classOtherGraphExporter -
Uses of Exporter in uk.gov.gchq.gaffer.operation.export.resultcache
Classes in uk.gov.gchq.gaffer.operation.export.resultcache that implement Exporter Modifier and Type Class Description classGafferResultCacheExporter -
Uses of Exporter in uk.gov.gchq.gaffer.operation.impl.export.localfile
Classes in uk.gov.gchq.gaffer.operation.impl.export.localfile that implement Exporter Modifier and Type Class Description classLocalFileExporterImplementation of theExporterinterface for exporting an Iterable of strings to a local file. -
Uses of Exporter in uk.gov.gchq.gaffer.operation.impl.export.set
Classes in uk.gov.gchq.gaffer.operation.impl.export.set that implement Exporter Modifier and Type Class Description classSetExporter -
Uses of Exporter in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store that return types with arguments of type Exporter Modifier and Type Method Description Collection<Exporter>Context. getExporters()Methods in uk.gov.gchq.gaffer.store with parameters of type Exporter Modifier and Type Method Description voidContext. addExporter(Exporter exporter) -
Uses of Exporter in uk.gov.gchq.gaffer.store.operation.handler.export
Classes in uk.gov.gchq.gaffer.store.operation.handler.export with type parameters of type Exporter Modifier and Type Class Description classExportOperationHandler<EXPORT extends Export & Operation,EXPORTER extends Exporter>Abstract class describing how to handleExportoperations.classExportToHandler<EXPORT extends ExportTo,EXPORTER extends Exporter>Abstract class describing how to handleExportTooperations.classGetExportHandler<EXPORT extends GetExport & Operation,EXPORTER extends Exporter>Abstract class describing how to handleGetExportoperations.
-