public class WorkerWrapper<T extends Worker<R>,R extends Result> extends Object implements AbortListener
| Modifier | Constructor and Description |
|---|---|
protected |
WorkerWrapper(WorkerFactory<T> wrapped) |
protected WorkerWrapper(WorkerFactory<T> wrapped)
public WorkerStatus execute(org.gcube.data.analysis.tabulardata.model.table.TableId tableId, org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId columnId, Map<String,Object> parameters) throws InvalidInvocationException, OperationAbortedException
public R getResult()
public void onAbort()
onAbort in interface AbortListenerCopyright © 2015. All Rights Reserved.