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 class
OtherGraphExporter
-
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 class
GafferResultCacheExporter
-
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 class
LocalFileExporter
Implementation of theExporter
interface 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 class
SetExporter
-
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 void
Context. 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 class
ExportOperationHandler<EXPORT extends Export & Operation,EXPORTER extends Exporter>
Abstract class describing how to handleExport
operations.class
ExportToHandler<EXPORT extends ExportTo,EXPORTER extends Exporter>
Abstract class describing how to handleExportTo
operations.class
GetExportHandler<EXPORT extends GetExport & Operation,EXPORTER extends Exporter>
Abstract class describing how to handleGetExport
operations.
-