Class DiscardOutputHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.DiscardOutputHandler
-
- All Implemented Interfaces:
OperationHandler<DiscardOutput>
public class DiscardOutputHandler extends Object implements OperationHandler<DiscardOutput>
ADiscardOutputHandlerhandlesDiscardOutputoperations.
-
-
Constructor Summary
Constructors Constructor Description DiscardOutputHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VoiddoOperation(DiscardOutput operation, Context context, Store store)Execute the givenOperation.
-
-
-
Method Detail
-
doOperation
public Void doOperation(DiscardOutput operation, Context context, Store store) throws OperationException
Description copied from interface:OperationHandlerExecute the givenOperation.- Specified by:
doOperationin interfaceOperationHandler<DiscardOutput>- Parameters:
operation- theOperationto 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 or null.
- Throws:
OperationException- thrown if the operation fails
-
-