Uses of Interface
uk.gov.gchq.gaffer.operation.export.GetExport
-
Packages that use GetExport 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.impl.export Operations for exporting data out of a 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 GetExport in uk.gov.gchq.gaffer.operation.export
Classes in uk.gov.gchq.gaffer.operation.export with type parameters of type GetExport Modifier and Type Interface Description static interface
GetExport.Builder<OP extends GetExport,B extends GetExport.Builder<OP,?>>
-
Uses of GetExport in uk.gov.gchq.gaffer.operation.impl.export
Methods in uk.gov.gchq.gaffer.operation.impl.export that return types with arguments of type GetExport Modifier and Type Method Description List<GetExport>
GetExports. getGetExports()
Methods in uk.gov.gchq.gaffer.operation.impl.export with parameters of type GetExport Modifier and Type Method Description GetExports.Builder
GetExports.Builder. exports(GetExport... exports)
Method parameters in uk.gov.gchq.gaffer.operation.impl.export with type arguments of type GetExport Modifier and Type Method Description GetExports.Builder
GetExports.Builder. exports(List<GetExport> exports)
void
GetExports. setGetExports(List<GetExport> getExports)
-
Uses of GetExport in uk.gov.gchq.gaffer.operation.impl.export.localfile
Classes in uk.gov.gchq.gaffer.operation.impl.export.localfile that implement GetExport Modifier and Type Class Description class
ImportFromLocalFile
AnImportFromLocalFile
GetExport operation gets exported Set results. -
Uses of GetExport in uk.gov.gchq.gaffer.operation.impl.export.resultcache
Classes in uk.gov.gchq.gaffer.operation.impl.export.resultcache that implement GetExport Modifier and Type Class Description class
GetGafferResultCacheExport
AGetGafferResultCacheExport
operation is used to retrieve data which has previously been exported to a Gaffer results cache. -
Uses of GetExport in uk.gov.gchq.gaffer.operation.impl.export.set
Classes in uk.gov.gchq.gaffer.operation.impl.export.set that implement GetExport Modifier and Type Class Description class
GetSetExport
AnGetSetExport
GetExport operation gets exported Set results. -
Uses of GetExport in uk.gov.gchq.gaffer.operation.impl.job
Classes in uk.gov.gchq.gaffer.operation.impl.job that implement GetExport 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 GetExport in uk.gov.gchq.gaffer.store.operation.handler.export
Classes in uk.gov.gchq.gaffer.store.operation.handler.export with type parameters of type GetExport Modifier and Type Class Description class
GetExportHandler<EXPORT extends GetExport & Operation,EXPORTER extends Exporter>
Abstract class describing how to handleGetExport
operations.
-