Uses of Class
uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler
-
Packages that use ExportOperationHandler Package Description uk.gov.gchq.gaffer.operation.export.graph.handler Handlers for the Gaffer graph export operations.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 Handlers for export operations.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 ExportOperationHandler in uk.gov.gchq.gaffer.operation.export.graph.handler
Subclasses of ExportOperationHandler in uk.gov.gchq.gaffer.operation.export.graph.handler Modifier and Type Class Description classExportToOtherAuthorisedGraphHandlerclassExportToOtherGraphHandler -
Uses of ExportOperationHandler in uk.gov.gchq.gaffer.operation.export.resultcache.handler
Subclasses of ExportOperationHandler in uk.gov.gchq.gaffer.operation.export.resultcache.handler Modifier and Type Class Description classExportToGafferResultCacheHandlerAExportToGafferResultCacheHandleris anOperationHandlerused to export results to a Gaffer results cache.classGetGafferResultCacheExportHandlerSpecific handler for handlingGetGafferResultCacheExportoperations using aGafferResultCacheExporteras the exporter class. -
Uses of ExportOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.export
Subclasses of ExportOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.export Modifier and Type Class Description classExportToHandler<EXPORT extends ExportTo,EXPORTER extends Exporter>Abstract class describing how to handleExportTooperations.classGetExportHandler<EXPORT extends GetExport & Operation,EXPORTER extends Exporter>Abstract class describing how to handleGetExportoperations. -
Uses of ExportOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.export.localfile
Subclasses of ExportOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.export.localfile Modifier and Type Class Description classExportToLocalFileHandlerclassImportFromLocalFileHandlerImplementation of theGetExportHandlerto retrieve exported created by aLocalFileExporter. -
Uses of ExportOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.export.set
Subclasses of ExportOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.export.set Modifier and Type Class Description classExportToSetHandlerclassGetSetExportHandlerImplementation of theGetExportHandlerto retrieve exported created by aSetExporter.
-