Uses of Interface
uk.gov.gchq.gaffer.operation.export.Export
-
Packages that use Export Package Description uk.gov.gchq.gaffer.operation.export Extension interfaces for supporting exporting of data from a Gaffer graph to another location.uk.gov.gchq.gaffer.operation.export.graph Implementations of operations for exporting results from Gaffer to another Gaffer graph.uk.gov.gchq.gaffer.operation.impl.export.localfile uk.gov.gchq.gaffer.operation.impl.export.resultcache Operations for exporting and retrieving objects from a Gaffer results cache.uk.gov.gchq.gaffer.operation.impl.export.set Operations for exporting and retrieving objects from a Set.uk.gov.gchq.gaffer.operation.impl.job Operations for interacting with the Job tracker to get Job details and Job results.uk.gov.gchq.gaffer.store.operation.handler.export Handlers for export operations. -
-
Uses of Export in uk.gov.gchq.gaffer.operation.export
Classes in uk.gov.gchq.gaffer.operation.export with type parameters of type Export Modifier and Type Interface Description static interface
Export.Builder<OP extends Export,B extends Export.Builder<OP,?>>
Subinterfaces of Export in uk.gov.gchq.gaffer.operation.export Modifier and Type Interface Description interface
ExportTo<T>
AnExportTo
is an operation which exports data from a source to a specified output.interface
GetExport
-
Uses of Export in uk.gov.gchq.gaffer.operation.export.graph
Classes in uk.gov.gchq.gaffer.operation.export.graph that implement Export Modifier and Type Class Description class
ExportToOtherAuthorisedGraph
AExportToOtherAuthorisedGraph
operation is used to export the results of carrying out a query on a GafferGraph
to a different graph.class
ExportToOtherGraph
AExportToOtherGraph
operation is used to export the results of carrying out a query on a GafferGraph
to a different graph. -
Uses of Export in uk.gov.gchq.gaffer.operation.impl.export.localfile
Classes in uk.gov.gchq.gaffer.operation.impl.export.localfile that implement Export Modifier and Type Class Description class
ExportToLocalFile
AExportToLocalFile
operation that takes an Iterable of Strings and writes them to a local file.class
ImportFromLocalFile
AnImportFromLocalFile
GetExport operation gets exported Set results. -
Uses of Export in uk.gov.gchq.gaffer.operation.impl.export.resultcache
Classes in uk.gov.gchq.gaffer.operation.impl.export.resultcache that implement Export Modifier and Type Class Description class
ExportToGafferResultCache<T>
AnExportToGafferResultCache
Export operation exports results into a cache.class
GetGafferResultCacheExport
AGetGafferResultCacheExport
operation is used to retrieve data which has previously been exported to a Gaffer results cache. -
Uses of Export in uk.gov.gchq.gaffer.operation.impl.export.set
Classes in uk.gov.gchq.gaffer.operation.impl.export.set that implement Export Modifier and Type Class Description class
ExportToSet<T>
AnExportToSet
Export operation exports results to a Set.class
GetSetExport
AnGetSetExport
GetExport operation gets exported Set results. -
Uses of Export in uk.gov.gchq.gaffer.operation.impl.job
Classes in uk.gov.gchq.gaffer.operation.impl.job that implement Export Modifier and Type Class Description class
GetJobResults
AGetJobResults
operation is used to retrieve the results of executing a job on a Gaffer graph. -
Uses of Export in uk.gov.gchq.gaffer.store.operation.handler.export
Classes in uk.gov.gchq.gaffer.store.operation.handler.export with type parameters of type Export Modifier and Type Class Description class
ExportOperationHandler<EXPORT extends Export & Operation,EXPORTER extends Exporter>
Abstract class describing how to handleExport
operations.
-