- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler<EXPORT,EXPORTER>
-
- uk.gov.gchq.gaffer.store.operation.handler.export.GetExportHandler<EXPORT,EXPORTER>
-
- All Implemented Interfaces:
OperationHandler<EXPORT>
- Direct Known Subclasses:
GetGafferResultCacheExportHandler
,GetSetExportHandler
,ImportFromLocalFileHandler
public abstract class GetExportHandler<EXPORT extends GetExport & Operation,EXPORTER extends Exporter> extends ExportOperationHandler<EXPORT,EXPORTER>
Abstract class describing how to handleGetExport
operations.
-
-
Constructor Summary
Constructors Constructor Description GetExportHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<?>
doOperation(EXPORT export, Context context, Store store, EXPORTER exporter)
-
Methods inherited from class uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler
doOperation
-
-
-
-
Method Detail
-
doOperation
public Iterable<?> doOperation(EXPORT export, Context context, Store store, EXPORTER exporter) throws OperationException
- Throws:
OperationException
-
-