Class TransformHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.function.TransformHandler
-
- All Implemented Interfaces:
OperationHandler<Transform>,OperationWithSchemaHandler<Transform,Iterable<? extends Element>>,OutputOperationHandler<Transform,Iterable<? extends Element>>
public class TransformHandler extends Object implements OutputOperationHandler<Transform,Iterable<? extends Element>>, OperationWithSchemaHandler<Transform,Iterable<? extends Element>>
-
-
Constructor Summary
Constructors Constructor Description TransformHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<? extends Element>doOperation(Transform operation, Context context, Store store)Execute the givenOutputoperation.Iterable<? extends Element>doOperation(Transform operation, Schema schema)
-
-
-
Method Detail
-
doOperation
public Iterable<? extends Element> doOperation(Transform operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandlerExecute the givenOutputoperation.- Specified by:
doOperationin interfaceOperationHandler<Transform>- Specified by:
doOperationin interfaceOutputOperationHandler<Transform,Iterable<? extends Element>>- Parameters:
operation- theOutputoperation to be executedcontext- the operation chain context, containing the user who executed the operationstore- theStorethe operation should be run on- Returns:
- the output for the operation.
- Throws:
OperationException- thrown if the operation fails
-
doOperation
public Iterable<? extends Element> doOperation(Transform operation, Schema schema) throws OperationException
- Specified by:
doOperationin interfaceOperationWithSchemaHandler<Transform,Iterable<? extends Element>>- Throws:
OperationException
-
-