| Package | Description |
|---|---|
| org.gcube.portlets.user.td.gwtservice.server.trservice | |
| org.gcube.portlets.user.td.gwtservice.shared.task |
| Modifier and Type | Method and Description |
|---|---|
static WorkerState |
WorkerStateMap.map(org.gcube.data.analysis.tabulardata.commons.webservice.types.WorkerStatus status) |
| Modifier and Type | Field and Description |
|---|---|
protected WorkerState |
ValidationsJobS.workerState |
| Modifier and Type | Method and Description |
|---|---|
static WorkerState |
WorkerState.get(String state) |
WorkerState |
ValidationsJobS.getWorkerState() |
WorkerState |
JobS.getWorkerState() |
static WorkerState |
WorkerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkerState[] |
WorkerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationsJobS.setWorkerState(WorkerState workerState) |
void |
JobS.setWorkerState(WorkerState workerState) |
| Constructor and Description |
|---|
JobS(String id,
float progress,
String humaReadableStatus,
JobSClassifier jobClassifier,
String description,
WorkerState workerState,
Throwable errorMessage,
ArrayList<ValidationsJobS> validationsJobs)
For Operation Monitor
|
ValidationsJobS(String id,
WorkerState workerState,
float progress,
String description,
Throwable errorMessage,
String humanReadableStatus) |
Copyright © 2018. All Rights Reserved.