Class GetSetExportHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler<EXPORT,EXPORTER>
-
- uk.gov.gchq.gaffer.store.operation.handler.export.GetExportHandler<GetSetExport,SetExporter>
-
- uk.gov.gchq.gaffer.store.operation.handler.export.set.GetSetExportHandler
-
- All Implemented Interfaces:
OperationHandler<GetSetExport>
public class GetSetExportHandler extends GetExportHandler<GetSetExport,SetExporter>
Implementation of theGetExportHandler
to retrieve exported created by aSetExporter
.
-
-
Constructor Summary
Constructors Constructor Description GetSetExportHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetExporter
createExporter(GetSetExport export, 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 SetExporter createExporter(GetSetExport export, Context context, Store store)
-
-