Uses of Class
org.hpccsystems.ws.client.wrappers.WUState
-
Packages that use WUState Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance.org.hpccsystems.ws.client.platform Provides local representation of target HPCC Systems platform.org.hpccsystems.ws.client.wrappers Layer of abstraction between caller and HPCC Systems Web Service interface.org.hpccsystems.ws.client.wrappers.wsworkunits -
-
Uses of WUState in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return WUState Modifier and Type Method Description static WUStateHPCCWsWorkUnitsClient. getStateID(Integer id)Converts integer representation of WU state, to WUState enumeration.static WUStateHPCCWsWorkUnitsClient. getStateID(WorkunitWrapper wu)Gets the state ID.Methods in org.hpccsystems.ws.client with parameters of type WUState Modifier and Type Method Description List<WorkunitWrapper>HPCCWsWorkUnitsClient. getWorkunits(String jobName, String owner, String ecl, Boolean archived, String wuid, String cluster, WUState state)Gets the workunits.static booleanHPCCWsWorkUnitsClient. isWorkunitComplete(WUState state)reports if WuState is in the completed set.static booleanHPCCWsWorkUnitsClient. 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. -
Uses of WUState in org.hpccsystems.ws.client.platform
Methods in org.hpccsystems.ws.client.platform that return WUState Modifier and Type Method Description WUStateFileSprayWorkunit. getStateID()Gets the state ID.WUStateGraph. getStateID()Gets the state ID.WUStateResult. getStateID()Gets the state ID.WUStateWorkunit. getStateID()Gets the state ID.static WUStateWorkunit. translateWUState(String state)Translate WU state. -
Uses of WUState in org.hpccsystems.ws.client.wrappers
Methods in org.hpccsystems.ws.client.wrappers that return WUState Modifier and Type Method Description static WUStateWUState. 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. -
Uses of WUState in org.hpccsystems.ws.client.wrappers.wsworkunits
Methods in org.hpccsystems.ws.client.wrappers.wsworkunits that return WUState Modifier and Type Method Description WUStateWUQueryWrapper. getState()Deprecated.Gets the state.Methods in org.hpccsystems.ws.client.wrappers.wsworkunits with parameters of type WUState Modifier and Type Method Description WUQueryWrapperWUQueryWrapper. setState(WUState stateenum)Deprecated.Sets the state.
-