Uses of Class
uk.gov.gchq.gaffer.store.operation.handler.export.GetExportHandler
-
Packages that use GetExportHandler Package Description uk.gov.gchq.gaffer.operation.export.resultcache.handler Handlers for operations which export data to a GafferResultsCache.uk.gov.gchq.gaffer.store.operation.handler.export.localfile uk.gov.gchq.gaffer.store.operation.handler.export.set Handlers for "export to set" operations. -
-
Uses of GetExportHandler in uk.gov.gchq.gaffer.operation.export.resultcache.handler
Subclasses of GetExportHandler in uk.gov.gchq.gaffer.operation.export.resultcache.handler Modifier and Type Class Description class
GetGafferResultCacheExportHandler
Specific handler for handlingGetGafferResultCacheExport
operations using aGafferResultCacheExporter
as the exporter class. -
Uses of GetExportHandler in uk.gov.gchq.gaffer.store.operation.handler.export.localfile
Subclasses of GetExportHandler in uk.gov.gchq.gaffer.store.operation.handler.export.localfile Modifier and Type Class Description class
ImportFromLocalFileHandler
Implementation of theGetExportHandler
to retrieve exported created by aLocalFileExporter
. -
Uses of GetExportHandler in uk.gov.gchq.gaffer.store.operation.handler.export.set
Subclasses of GetExportHandler in uk.gov.gchq.gaffer.store.operation.handler.export.set Modifier and Type Class Description class
GetSetExportHandler
Implementation of theGetExportHandler
to retrieve exported created by aSetExporter
.
-