Interface OperationWithSchemaHandler<OP extends Output<? extends O>,O>
-
- All Superinterfaces:
OperationHandler<OP>,OutputOperationHandler<OP,O>
- All Known Implementing Classes:
AggregateHandler,FilterHandler,TransformHandler,ValidateHandler
public interface OperationWithSchemaHandler<OP extends Output<? extends O>,O> extends OutputOperationHandler<OP,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OdoOperation(OP operation, Schema schema)-
Methods inherited from interface uk.gov.gchq.gaffer.store.operation.handler.OutputOperationHandler
doOperation
-
-
-
-
Method Detail
-
doOperation
O doOperation(OP operation, Schema schema) throws OperationException
- Throws:
OperationException
-
-