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 classGetGafferResultCacheExportHandlerSpecific handler for handlingGetGafferResultCacheExportoperations using aGafferResultCacheExporteras 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 classImportFromLocalFileHandlerImplementation of theGetExportHandlerto 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 classGetSetExportHandlerImplementation of theGetExportHandlerto retrieve exported created by aSetExporter.
-