Package uk.gov.gchq.gaffer.operation.export
Extension interfaces for supporting exporting of data from a Gaffer graph to
another location.
-
Interface Summary Interface Description Export The base interface forOperation
s which export results.Export.Builder<OP extends Export,B extends Export.Builder<OP,?>> Exporter AnExporter
can store data of any kind and retrieve it.ExportTo<T> AnExportTo
is an operation which exports data from a source to a specified output.ExportTo.Builder<OP extends ExportTo<T>,T,B extends ExportTo.Builder<OP,T,?>> GetExport GetExport.Builder<OP extends GetExport,B extends GetExport.Builder<OP,?>>