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 forOperations which export results.Export.Builder<OP extends Export,B extends Export.Builder<OP,?>> Exporter AnExportercan store data of any kind and retrieve it.ExportTo<T> AnExportTois 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,?>>