Uses of Class
uk.gov.gchq.gaffer.store.operation.handler.export.ExportToHandler
-
Packages that use ExportToHandler 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.localfile uk.gov.gchq.gaffer.store.operation.handler.export.set Handlers for "export to set" operations. -
-
Uses of ExportToHandler in uk.gov.gchq.gaffer.operation.export.graph.handler
Subclasses of ExportToHandler in uk.gov.gchq.gaffer.operation.export.graph.handler Modifier and Type Class Description class
ExportToOtherAuthorisedGraphHandler
class
ExportToOtherGraphHandler
-
Uses of ExportToHandler in uk.gov.gchq.gaffer.operation.export.resultcache.handler
Subclasses of ExportToHandler 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. -
Uses of ExportToHandler in uk.gov.gchq.gaffer.store.operation.handler.export.localfile
Subclasses of ExportToHandler in uk.gov.gchq.gaffer.store.operation.handler.export.localfile Modifier and Type Class Description class
ExportToLocalFileHandler
-
Uses of ExportToHandler in uk.gov.gchq.gaffer.store.operation.handler.export.set
Subclasses of ExportToHandler in uk.gov.gchq.gaffer.store.operation.handler.export.set Modifier and Type Class Description class
ExportToSetHandler
-