| Package | Description |
|---|---|
| org.hpccsystems.ws.client | |
| org.hpccsystems.ws.client.platform | |
| org.hpccsystems.ws.client.wrappers | |
| org.hpccsystems.ws.client.wrappers.wsworkunits |
| Modifier and Type | Method and Description |
|---|---|
static WUState |
HPCCWsWorkUnitsClient.getStateID(Integer id)
Converts integer representation of WU state, to WUState enumeration.
|
static WUState |
HPCCWsWorkUnitsClient.getStateID(WorkunitWrapper wu)
Gets the state ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkunitWrapper> |
HPCCWsWorkUnitsClient.getWorkunits(String jobName,
String owner,
String ecl,
Boolean archived,
String wuid,
String cluster,
WUState state)
Gets the workunits.
|
static boolean |
HPCCWsWorkUnitsClient.isWorkunitComplete(WUState state)
reports if WuState is in the completed set.
|
static boolean |
HPCCWsWorkUnitsClient.isWorkunitComplete(WUState state,
WUActionCode origAction)
reports if a workunit is complete based on wustate, and original action if available.
|
List<WorkunitWrapper> |
HPCCWsWorkUnitsClient.workUnitUQuery(String wuid,
String jobname,
String cluster,
Boolean archived,
WUQueryWrapper.SortBy sortby,
WUState state,
Date endDate,
Date startDate,
Long pageStartFrom,
Long pageSize,
String owner,
List<ApplicationValueWrapper> applicationValues)
As of Platform version 6.0.0.
|
| Modifier and Type | Method and Description |
|---|---|
WUState |
Workunit.getStateID()
Gets the state ID.
|
WUState |
Graph.getStateID()
Gets the state ID.
|
WUState |
FileSprayWorkunit.getStateID()
Gets the state ID.
|
WUState |
Result.getStateID()
Gets the state ID.
|
static WUState |
Workunit.translateWUState(String state)
Translate WU state.
|
| Modifier and Type | Method and Description |
|---|---|
static WUState |
WUState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WUState[] |
WUState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WUState |
WUQueryWrapper.getState()
Gets the state.
|
| Modifier and Type | Method and Description |
|---|---|
WUQueryWrapper |
WUQueryWrapper.setState(WUState stateenum)
Sets the state.
|
Copyright © 2021. All rights reserved.