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 class
ExportToOtherAuthorisedGraphHandler
class
ExportToOtherGraphHandler
-
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 class
ExportToGafferResultCacheHandler
AExportToGafferResultCacheHandler
is anOperationHandler
used to export results to a Gaffer results cache.class
GetGafferResultCacheExportHandler
Specific handler for handlingGetGafferResultCacheExport
operations using aGafferResultCacheExporter
as 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 class
ExportToHandler<EXPORT extends ExportTo,EXPORTER extends Exporter>
Abstract class describing how to handleExportTo
operations.class
GetExportHandler<EXPORT extends GetExport & Operation,EXPORTER extends Exporter>
Abstract class describing how to handleGetExport
operations. -
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 class
ExportToLocalFileHandler
class
ImportFromLocalFileHandler
Implementation of theGetExportHandler
to 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 class
ExportToSetHandler
class
GetSetExportHandler
Implementation of theGetExportHandler
to retrieve exported created by aSetExporter
.
-