Uses of Interface
uk.gov.gchq.gaffer.operation.export.ExportTo
-
Packages that use ExportTo Package Description uk.gov.gchq.gaffer.operation.export Extension interfaces for supporting exporting of data from a Gaffer graph to another location.uk.gov.gchq.gaffer.operation.export.graph Implementations of operations for exporting results from Gaffer to another Gaffer graph.uk.gov.gchq.gaffer.operation.impl.export.localfile uk.gov.gchq.gaffer.operation.impl.export.resultcache Operations for exporting and retrieving objects from a Gaffer results cache.uk.gov.gchq.gaffer.operation.impl.export.set Operations for exporting and retrieving objects from a Set.uk.gov.gchq.gaffer.store.operation.handler.export Handlers for export operations. -
-
Uses of ExportTo in uk.gov.gchq.gaffer.operation.export
Classes in uk.gov.gchq.gaffer.operation.export with type parameters of type ExportTo Modifier and Type Interface Description static interface
ExportTo.Builder<OP extends ExportTo<T>,T,B extends ExportTo.Builder<OP,T,?>>
-
Uses of ExportTo in uk.gov.gchq.gaffer.operation.export.graph
Classes in uk.gov.gchq.gaffer.operation.export.graph that implement ExportTo Modifier and Type Class Description class
ExportToOtherAuthorisedGraph
AExportToOtherAuthorisedGraph
operation is used to export the results of carrying out a query on a GafferGraph
to a different graph.class
ExportToOtherGraph
AExportToOtherGraph
operation is used to export the results of carrying out a query on a GafferGraph
to a different graph. -
Uses of ExportTo in uk.gov.gchq.gaffer.operation.impl.export.localfile
Classes in uk.gov.gchq.gaffer.operation.impl.export.localfile that implement ExportTo Modifier and Type Class Description class
ExportToLocalFile
AExportToLocalFile
operation that takes an Iterable of Strings and writes them to a local file. -
Uses of ExportTo in uk.gov.gchq.gaffer.operation.impl.export.resultcache
Classes in uk.gov.gchq.gaffer.operation.impl.export.resultcache that implement ExportTo Modifier and Type Class Description class
ExportToGafferResultCache<T>
AnExportToGafferResultCache
Export operation exports results into a cache. -
Uses of ExportTo in uk.gov.gchq.gaffer.operation.impl.export.set
Classes in uk.gov.gchq.gaffer.operation.impl.export.set that implement ExportTo Modifier and Type Class Description class
ExportToSet<T>
AnExportToSet
Export operation exports results to a Set. -
Uses of ExportTo in uk.gov.gchq.gaffer.store.operation.handler.export
Classes in uk.gov.gchq.gaffer.store.operation.handler.export with type parameters of type ExportTo Modifier and Type Class Description class
ExportToHandler<EXPORT extends ExportTo,EXPORTER extends Exporter>
Abstract class describing how to handleExportTo
operations.
-