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 interfaceExport.Builder<OP extends Export,B extends Export.Builder<OP,?>>Subinterfaces of Export in uk.gov.gchq.gaffer.operation.export Modifier and Type Interface Description interfaceExportTo<T>AnExportTois an operation which exports data from a source to a specified output.interfaceGetExport -
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 classExportToOtherAuthorisedGraphAExportToOtherAuthorisedGraphoperation is used to export the results of carrying out a query on a GafferGraphto a different graph.classExportToOtherGraphAExportToOtherGraphoperation is used to export the results of carrying out a query on a GafferGraphto 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 classExportToLocalFileAExportToLocalFileoperation that takes an Iterable of Strings and writes them to a local file.classImportFromLocalFileAnImportFromLocalFileGetExport 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 classExportToGafferResultCache<T>AnExportToGafferResultCacheExport operation exports results into a cache.classGetGafferResultCacheExportAGetGafferResultCacheExportoperation 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 classExportToSet<T>AnExportToSetExport operation exports results to a Set.classGetSetExportAnGetSetExportGetExport 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 classGetJobResultsAGetJobResultsoperation 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 classExportOperationHandler<EXPORT extends Export & Operation,EXPORTER extends Exporter>Abstract class describing how to handleExportoperations.
-