Package uk.gov.gchq.gaffer.store.operation.handler
Operation handler implementations.
-
Interface Summary Interface Description OperationHandler<OP extends Operation> AnOperationHandler
defines how to handle a specificOperation
.OperationWithSchemaHandler<OP extends Output<? extends O>,O> OutputOperationHandler<OP extends Output<? extends O>,O> AnOutputOperationHandler
defines how to handle a specificOutput
operations.