- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler<EXPORT,EXPORTER>
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportToHandler<EXPORT,EXPORTER>
-
- All Implemented Interfaces:
OperationHandler<EXPORT>
- Direct Known Subclasses:
ExportToGafferResultCacheHandler
,ExportToLocalFileHandler
,ExportToOtherAuthorisedGraphHandler
,ExportToOtherGraphHandler
,ExportToSetHandler
public abstract class ExportToHandler<EXPORT extends ExportTo,EXPORTER extends Exporter> extends ExportOperationHandler<EXPORT,EXPORTER>
Abstract class describing how to handleExportTo
operations.
-
-
Constructor Summary
Constructors Constructor Description ExportToHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
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 Object doOperation(EXPORT export, Context context, Store store, EXPORTER exporter) throws OperationException
- Throws:
OperationException
-
-