Class ImportFromLocalFileHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler<EXPORT,EXPORTER>
-
- uk.gov.gchq.gaffer.store.operation.handler.export.GetExportHandler<ImportFromLocalFile,LocalFileExporter>
-
- uk.gov.gchq.gaffer.store.operation.handler.export.localfile.ImportFromLocalFileHandler
-
- All Implemented Interfaces:
OperationHandler<ImportFromLocalFile>
public class ImportFromLocalFileHandler extends GetExportHandler<ImportFromLocalFile,LocalFileExporter>
Implementation of theGetExportHandler
to retrieve exported created by aLocalFileExporter
.
-
-
Constructor Summary
Constructors Constructor Description ImportFromLocalFileHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalFileExporter
createExporter(ImportFromLocalFile importOp, Context context, Store store)
-
Methods inherited from class uk.gov.gchq.gaffer.store.operation.handler.export.GetExportHandler
doOperation
-
Methods inherited from class uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler
doOperation
-
-
-
-
Method Detail
-
createExporter
public LocalFileExporter createExporter(ImportFromLocalFile importOp, Context context, Store store)
-
-