public class GetJobResultsHandler extends Object implements OutputOperationHandler<GetJobResults,CloseableIterable<?>>
GetJobResultsHandler
handles GetJobResults
operations by querying
the configured store's job tracker for the required job results.Constructor and Description |
---|
GetJobResultsHandler() |
Modifier and Type | Method and Description |
---|---|
CloseableIterable<?> |
doOperation(GetJobResults operation,
Context context,
Store store)
Execute the given
Output operation. |
public CloseableIterable<?> doOperation(GetJobResults operation, Context context, Store store) throws OperationException
OutputOperationHandler
Output
operation.doOperation
in interface OperationHandler<GetJobResults>
doOperation
in interface OutputOperationHandler<GetJobResults,CloseableIterable<?>>
operation
- the Output
operation to be executedcontext
- the operation chain context, containing the user who executed the operationstore
- the Store
the operation should be run onOperationException
- thrown if the operation failsCopyright © 2022. All rights reserved.