Class GetSchemaHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.GetSchemaHandler
-
- All Implemented Interfaces:
OperationHandler<GetSchema>
,OutputOperationHandler<GetSchema,Schema>
public class GetSchemaHandler extends Object implements OutputOperationHandler<GetSchema,Schema>
AGetSchemaHandler
handles theGetSchema
operation.
-
-
Constructor Summary
Constructors Constructor Description GetSchemaHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Schema
doOperation(GetSchema operation, Context context, Store store)
Execute the givenOutput
operation.
-
-
-
Method Detail
-
doOperation
public Schema doOperation(GetSchema operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandler
Execute the givenOutput
operation.- Specified by:
doOperation
in interfaceOperationHandler<GetSchema>
- Specified by:
doOperation
in interfaceOutputOperationHandler<GetSchema,Schema>
- Parameters:
operation
- theOutput
operation to be executedcontext
- the operation chain context, containing the user who executed the operationstore
- theStore
the operation should be run on- Returns:
- the output for the operation.
- Throws:
OperationException
- thrown if the operation fails
-
-