| Modifier and Type | Method and Description |
|---|---|
TaskContext |
StorableTask.getTaskContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorableTask.setTaskContext(TaskContext taskContext) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
TaskEngine.createRollbackTask(String submitter,
TaskContext context,
StorableTabularResource tabularResource,
List<Long> historyStepToRemove) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
TaskEngine.createTask(String submitter,
TaskContext context,
StorableTabularResource tabularResource) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
TaskEngine.createTask(String submitter,
TaskContext context,
StorableTabularResource tabularResource,
RunnableTask onSuccess) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
TaskEngine.createTemplateTask(String submitter,
TaskContext context,
StorableTabularResource tabularResource,
long templateId,
RunnableTask onSuccess) |
| Modifier and Type | Method and Description |
|---|---|
TaskContext |
TaskWrapper.getTaskContext() |
| Modifier and Type | Method and Description |
|---|---|
TaskWrapper |
TaskWrapperProvider.get(TaskContext context,
StorableTabularResource tabularResource,
StorableTask task,
boolean isResumedExecution) |
| Constructor and Description |
|---|
TaskHandler(org.gcube.data.analysis.tabulardata.cube.CubeManager cubeManager,
TaskContext context,
WorkerCreator workerCreator,
TabularResourceDescriptor descriptor,
OperationUtil opUtil,
org.gcube.data.analysis.tabulardata.cube.data.connection.DatabaseConnectionProvider connProvider) |
TaskWrapper(EntityManagerHelper entityManagerHelper,
org.gcube.data.analysis.tabulardata.cube.CubeManager cubeManager,
TaskContext taskContext,
StorableTabularResource tabularResource,
StorableTask task,
GarbageCollector garbageCollector,
javax.enterprise.event.Event<ResourceCreated> tableResourceEvent,
org.gcube.data.analysis.tabulardata.cube.data.connection.DatabaseConnectionProvider connectionProvider,
OperationUtil operationUtil,
boolean resumedExecution) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationUtil.addPostOperations(TaskContext context) |
void |
OperationUtil.addPostValidations(TaskContext context,
StorableTabularResource str) |
Copyright © 2018. All Rights Reserved.