| Package | Description |
|---|---|
| org.hpccsystems.ws.client | |
| org.hpccsystems.ws.client.wrappers.wsworkunits |
| Modifier and Type | Method and Description |
|---|---|
WorkunitWrapper |
HPCCWsWorkUnitsClient.compileWUFromECL(WorkunitWrapper wu)
Given an ECL query, this method will create a WU, compile and run it.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.createWorkunit()
Create a new workunit.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.createWUFromECL(String archiveOrEcl,
int resultLimit,
List<ApplicationValueWrapper> appVals,
String jobName,
boolean compileOnly)
Creates the WU from ECL.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.createWUFromECL(WorkunitWrapper wu)
Requests target HPCC System to create and compile WU based on workunit info provided.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.getWUInfo(String wuid)
Get information about a given WorkUnit.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.getWUInfo(String wuid,
boolean unarchive)
Get information about a given WorkUnit, caller can request to unarchive
the WU if necessary to fetch WU info.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.getWUInfo(String wuid,
boolean includeResults,
boolean includeGraphs,
boolean includeSourceFiles,
boolean includeApplicationValues,
Boolean includeDebugValues,
Boolean includeExceptions,
Boolean includeVariables,
Boolean includeXmlSchemas,
Boolean includeTimers)
Deprecated.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.getWUInfo(String wuid,
boolean includeResults,
boolean includeGraphs,
boolean includeSourceFiles,
boolean includeApplicationValues,
Boolean includeDebugValues,
Boolean includeExceptions,
Boolean includeVariables,
Boolean includeXmlSchemas,
Boolean includeTimers,
boolean unarchive)
Deprecated.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.getWUInfo(WUInfoRequestWrapper wuinfodetailsparams)
Get information about a given WorkUnit, caller can request to unarchive
the WU if necessary to fetch WU info.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.protectWorkunit(String wuid)
Protect a workunit
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.runWorkunit(String wuid,
HashMap<String,String> namedvalues,
HashMap<String,String> appvalues,
Integer timeout,
Boolean cloneWorkunit,
String appsource)
Request to run a given workunit.
|
| 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.
|
List<WorkunitWrapper> |
HPCCWsWorkUnitsClient.getWorkunits(WUQueryWrapper params)
Gets the workunits.
|
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.
|
List<WorkunitWrapper> |
HPCCWsWorkUnitsClient.workUnitUQuery(WUQueryWrapper info)
Work unit U query.
|
| Modifier and Type | Method and Description |
|---|---|
WorkunitWrapper |
HPCCWsWorkUnitsClient.compileWUFromECL(WorkunitWrapper wu)
Given an ECL query, this method will create a WU, compile and run it.
|
org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.WURunResponse |
HPCCWsWorkUnitsClient.createAndRunWUFromECL(WorkunitWrapper wu)
Given an ECL query, this method will create a WU, compile and run it.
|
String |
HPCCWsWorkUnitsClient.createAndRunWUFromECLAndGetResults(WorkunitWrapper wu)
Given an ECL query, this method will create a WU, compile and run it, and return results in String object - Not
recommended for large resultsets.
|
String |
HPCCWsWorkUnitsClient.createAndRunWUFromECLAndGetWUID(WorkunitWrapper wu)
Given an ECL query, this method will create a WU, compile and run it, and return wuid.
|
WorkunitWrapper |
HPCCWsWorkUnitsClient.createWUFromECL(WorkunitWrapper wu)
Requests target HPCC System to create and compile WU based on workunit info provided.
|
void |
HPCCWsWorkUnitsClient.fastWURefresh(WorkunitWrapper wu)
Performs limited refresh of local WU instance based on that WU's state on target
HPCC cluster if state of WU has not changed, Graphs, Results,ResultsView, ResultSchemas,
SourceFiles, ApplicationValues are not updated.
|
protected void |
HPCCWsWorkUnitsClient.fullWURefresh(WorkunitWrapper wu)
Performs full refresh of local WU instance based on that WU's state on target
HPCC cluster.
|
void |
HPCCWsWorkUnitsClient.fullWURefresh(WorkunitWrapper wu,
boolean includeGraphs,
boolean includeResults,
boolean includeSourceFiles,
boolean includeApplicationValues)
Full WU refresh.
|
static WUState |
HPCCWsWorkUnitsClient.getStateID(WorkunitWrapper wu)
Gets the state ID.
|
boolean |
HPCCWsWorkUnitsClient.isWorkunitCompiled(WorkunitWrapper thewui)
Reports if the WU in question is in the compiled state.
|
static boolean |
HPCCWsWorkUnitsClient.isWorkunitComplete(WorkunitWrapper thewui)
Replies true if given wuid is in complete state.
|
boolean |
HPCCWsWorkUnitsClient.isWorkunitFailed(WorkunitWrapper thewui)
Reports if the WU in question is in the failed state.
|
org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.WUPublishWorkunitResponse |
HPCCWsWorkUnitsClient.publishWU(WorkunitWrapper wu)
Attempts to publish a query based on a given Workunit.
|
org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.WUPublishWorkunitResponse |
HPCCWsWorkUnitsClient.publishWUFromEcl(WorkunitWrapper wu)
Attempts to create, compile and publish a query based on ecl provided via a workunitinfo object.
|
String |
HPCCWsClient.submitECLandGetResults(WorkunitWrapper wu)
Submits the given ECL to compile/execute on the targetclust, and returns results.
|
List<List<Object>> |
HPCCWsClient.submitECLandGetResultsList(WorkunitWrapper wu)
Submits the given ECL to compile/execute on the targetclust, and returns parsed results.
|
String |
HPCCWsClient.submitECLandGetWUID(WorkunitWrapper wu)
Submits the given ECL to compile/execute on the targetclust and returns WUID to track the query.
|
void |
HPCCWsWorkUnitsClient.submitWU(WorkunitWrapper wu)
Given an ECL query, this method will create a WU, compile and run it.
|
| Modifier and Type | Method and Description |
|---|---|
WorkunitWrapper |
WUInfoResponseWrapper.getWorkunit()
Gets the workunit.
|
WorkunitWrapper |
WUCreateResponseWrapper.getWorkunitWrapper()
Gets the workunit wrapper.
|
WorkunitWrapper |
WUUpdateResponseWrapper.getWorkunitWrapper()
Gets the workunit wrapper.
|
WorkunitWrapper |
WorkunitWrapper.setAccessFlag(Integer accessFlag)
Sets the access flag.
|
WorkunitWrapper |
WorkunitWrapper.setAction(Integer action)
Sets the action.
|
WorkunitWrapper |
WorkunitWrapper.setActionEx(String actionEx)
Sets the action ex.
|
WorkunitWrapper |
WorkunitWrapper.setActive(Boolean active)
Sets the active.
|
WorkunitWrapper |
WorkunitWrapper.setAlertcount(Integer alertcount)
Sets the alertcount.
|
WorkunitWrapper |
WorkunitWrapper.setAlertCount(Integer alertcount)
Sets the alert count.
|
WorkunitWrapper |
WorkunitWrapper.setAllowedClusters(String[] allowedClusters)
Sets the allowed clusters.
|
WorkunitWrapper |
WorkunitWrapper.setApplicationValueCount(Integer applicationValueCount)
Sets the application value count.
|
WorkunitWrapper |
WorkunitWrapper.setApplicationValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ApplicationValue[] applicationValue)
Sets the application values.
|
WorkunitWrapper |
WorkunitWrapper.setApplicationValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ApplicationValue[] applicationValues2)
Sets the application values.
|
WorkunitWrapper |
WorkunitWrapper.setApplicationValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ApplicationValue[] vals)
Sets the application values.
|
WorkunitWrapper |
WorkunitWrapper.setApplicationValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ApplicationValue[] vals)
Sets the application values.
|
WorkunitWrapper |
WorkunitWrapper.setApplicationValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ApplicationValue[] vals)
Sets the application values.
|
WorkunitWrapper |
WorkunitWrapper.setApplicationValues(List<ApplicationValueWrapper> appVals)
Sets the application values.
|
WorkunitWrapper |
WorkunitWrapper.setApplicationValuesDesc(String applicationValuesDesc)
Sets the application values desc.
|
WorkunitWrapper |
WorkunitWrapper.setArchived(Boolean archived)
Sets the archived.
|
WorkunitWrapper |
WorkunitWrapper.setCluster(String cluster)
Sets the cluster.
|
WorkunitWrapper |
WorkunitWrapper.setClusterFlag(Integer clusterFlag)
Sets the cluster flag.
|
WorkunitWrapper |
WorkunitWrapper.setDateTimeScheduled(Calendar dateTimeScheduled)
Sets the date time scheduled.
|
WorkunitWrapper |
WorkunitWrapper.setDebugValueCount(Integer debugValueCount)
Sets the debug value count.
|
WorkunitWrapper |
WorkunitWrapper.setDebugValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.DebugValue[] debugValueArray)
Sets the debug values.
|
WorkunitWrapper |
WorkunitWrapper.setDebugValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.DebugValue[] debugValues2)
Sets the debug values.
|
WorkunitWrapper |
WorkunitWrapper.setDebugValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.DebugValue[] debugValueArray)
Sets the debug values.
|
WorkunitWrapper |
WorkunitWrapper.setDebugValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.DebugValue[] debugValueArray)
Sets the debug values.
|
WorkunitWrapper |
WorkunitWrapper.setDebugValues(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.DebugValue[] debugValueArray)
Sets the debug values.
|
WorkunitWrapper |
WorkunitWrapper.setDebugValues(List<DebugValueWrapper> debugValues)
Sets the debug values.
|
WorkunitWrapper |
WorkunitWrapper.setDebugValuesDesc(String debugValuesDesc)
Sets the debug values desc.
|
WorkunitWrapper |
WorkunitWrapper.setDescription(String description)
Sets the description.
|
WorkunitWrapper |
WorkunitWrapper.setECL(String ecl)
Sets the ECL.
|
WorkunitWrapper |
WorkunitWrapper.setErrorCount(Integer errorCount)
Sets the error count.
|
WorkunitWrapper |
WorkunitWrapper.setEventSchedule(Integer eventSchedule)
Sets the event schedule.
|
WorkunitWrapper |
WorkunitWrapper.setExceptions(ArrayOfECLExceptionWrapper eclExceptions)
Sets the exceptions.
|
WorkunitWrapper |
WorkunitWrapper.setExceptions(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLException[] eclExceptions)
Sets the exceptions.
|
WorkunitWrapper |
WorkunitWrapper.setExceptions(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLException[] eclExceptions)
Sets the exceptions.
|
WorkunitWrapper |
WorkunitWrapper.setExceptions(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLException[] eclExceptions)
Sets the exceptions.
|
WorkunitWrapper |
WorkunitWrapper.setExceptions(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLException[] eclExceptions)
Sets the exceptions.
|
WorkunitWrapper |
WorkunitWrapper.setExceptions(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLException[] eclExceptions)
Sets the exceptions.
|
WorkunitWrapper |
WorkunitWrapper.setGraphCount(Integer graphCount)
Sets the graph count.
|
WorkunitWrapper |
WorkunitWrapper.setGraphs(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLGraph[] eclGraphArray)
Sets the graphs.
|
WorkunitWrapper |
WorkunitWrapper.setGraphs(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLGraph[] eclGraphs)
Sets the graphs.
|
WorkunitWrapper |
WorkunitWrapper.setGraphs(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLGraph[] eclGraphArray)
Sets the graphs.
|
WorkunitWrapper |
WorkunitWrapper.setGraphs(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLGraph[] eclGraphArray)
Sets the graphs.
|
WorkunitWrapper |
WorkunitWrapper.setGraphs(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLGraph[] eclGraphArray)
Sets the graphs.
|
WorkunitWrapper |
WorkunitWrapper.setGraphsDesc(String graphsDesc)
Sets the graphs desc.
|
WorkunitWrapper |
WorkunitWrapper.setHasArchiveQuery(Boolean hasArchiveQuery)
Sets the has archive query.
|
WorkunitWrapper |
WorkunitWrapper.setHasDebugValue(Boolean hasDebugValue)
Sets the has debug value.
|
WorkunitWrapper |
WorkunitWrapper.setHelpers(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLHelpFile[] eclHelpFileArray)
Sets the helpers.
|
WorkunitWrapper |
WorkunitWrapper.setHelpers(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLHelpFile[] eclHelpFiles)
Sets the helpers.
|
WorkunitWrapper |
WorkunitWrapper.setHelpers(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLHelpFile[] eclHelpFileArray)
Sets the helpers.
|
WorkunitWrapper |
WorkunitWrapper.setHelpers(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLHelpFile[] eclHelpFileArray)
Sets the helpers.
|
WorkunitWrapper |
WorkunitWrapper.setHelpers(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLHelpFile[] eclHelpFileArray)
Sets the helpers.
|
WorkunitWrapper |
WorkunitWrapper.setHelpersDesc(String helpersDesc)
Sets the helpers desc.
|
WorkunitWrapper |
WorkunitWrapper.setInfoCount(Integer infoCount)
Sets the info count.
|
WorkunitWrapper |
WorkunitWrapper.setIsPausing(Boolean isPausing)
Sets the is pausing.
|
WorkunitWrapper |
WorkunitWrapper.setJobname(String jobname)
Sets the jobname.
|
WorkunitWrapper |
WorkunitWrapper.setMaxMonitorMillis(int time)
Sets the max monitor millis.
|
WorkunitWrapper |
WorkunitWrapper.setMaxMonitorTime(int maxMonitorTime)
Sets the max monitor time.
|
WorkunitWrapper |
WorkunitWrapper.setNamedValues(List<NamedValueWrapper> namedValues)
Sets the named values.
|
WorkunitWrapper |
WorkunitWrapper.setOriginalEclWatchUrl(String serverhost)
Sets the original ecl watch url.
|
WorkunitWrapper |
WorkunitWrapper.setOwner(String owner)
Sets the owner.
|
WorkunitWrapper |
WorkunitWrapper.setPriorityClass(Integer priorityClass)
Sets the priority class.
|
WorkunitWrapper |
WorkunitWrapper.setPriorityLevel(Integer priorityLevel)
Sets the priority level.
|
WorkunitWrapper |
WorkunitWrapper.setQuery(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLQuery eclQuery)
Sets the query.
|
WorkunitWrapper |
WorkunitWrapper.setQuery(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLQuery eclQuery)
Sets the query.
|
WorkunitWrapper |
WorkunitWrapper.setQuery(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLQuery eclQuery)
Sets the query.
|
WorkunitWrapper |
WorkunitWrapper.setQuery(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLQuery eclQuery)
Sets the query.
|
WorkunitWrapper |
WorkunitWrapper.setQuery(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLQuery eclQuery)
Sets the query.
|
WorkunitWrapper |
WorkunitWrapper.setQueue(String queue)
Sets the queue.
|
WorkunitWrapper |
WorkunitWrapper.setResourceURLCount(Integer resourceURLCount)
Sets the resource URL count.
|
WorkunitWrapper |
WorkunitWrapper.setResourceURLs(String[] resourceURLs)
Sets the resource UR ls.
|
WorkunitWrapper |
WorkunitWrapper.setResultCount(Integer resultCount)
Sets the result count.
|
WorkunitWrapper |
WorkunitWrapper.setResultLimit(Integer resultLimit)
Sets the result limit.
|
WorkunitWrapper |
WorkunitWrapper.setResults(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ArrayOfECLResult arrayOfECLResult)
Sets the results.
|
WorkunitWrapper |
WorkunitWrapper.setResults(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ArrayOfECLResult arrayOfECLResult)
Sets the results.
|
WorkunitWrapper |
WorkunitWrapper.setResults(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ArrayOfECLResult arrayOfECLResult)
Sets the results.
|
WorkunitWrapper |
WorkunitWrapper.setResults(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ArrayOfECLResult arrayOfECLResult)
Sets the results.
|
WorkunitWrapper |
WorkunitWrapper.setResults(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ArrayOfECLResult arrayOfECLResult)
Sets the results.
|
WorkunitWrapper |
WorkunitWrapper.setResults(List<ECLResultWrapper> eclResults)
Sets the results.
|
WorkunitWrapper |
WorkunitWrapper.setResultsDesc(String resultsDesc)
Sets the results desc.
|
WorkunitWrapper |
WorkunitWrapper.setResultViews(String[] resultViews)
Sets the result views.
|
WorkunitWrapper |
WorkunitWrapper.setRoxieCluster(String roxieCluster)
Sets the roxie cluster.
|
WorkunitWrapper |
WorkunitWrapper.setScope(String scope)
Sets the scope.
|
WorkunitWrapper |
WorkunitWrapper.setSleepMillis(int sleepMillis)
Sets the sleep millis.
|
WorkunitWrapper |
WorkunitWrapper.setSleepMillis(Integer sleepTime)
Sets the sleep millis.
|
WorkunitWrapper |
WorkunitWrapper.setSnapshot(String snapshot)
Sets the snapshot.
|
WorkunitWrapper |
WorkunitWrapper.setSourceFileCount(Integer sourceFileCount)
Sets the source file count.
|
WorkunitWrapper |
WorkunitWrapper.setSourceFilelsDesc(String sourceFilelsDesc)
Sets the source filels desc.
|
WorkunitWrapper |
WorkunitWrapper.setSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLSourceFile[] eclSourceFileArray)
Sets the source files.
|
WorkunitWrapper |
WorkunitWrapper.setSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLSourceFile[] eclSourceFiles)
Sets the source files.
|
WorkunitWrapper |
WorkunitWrapper.setSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLSourceFile[] eclSourceFileArray)
Sets the source files.
|
WorkunitWrapper |
WorkunitWrapper.setSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLSourceFile[] eclSourceFileArray)
Sets the source files.
|
WorkunitWrapper |
WorkunitWrapper.setSourceFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLSourceFile[] eclSourceFileArray)
Sets the source files.
|
WorkunitWrapper |
WorkunitWrapper.setSourceFilesDesc(String sourceFileDesc)
Sets the source files desc.
|
WorkunitWrapper |
WorkunitWrapper.setState(String state)
Sets the state.
|
WorkunitWrapper |
WorkunitWrapper.setStateEx(String stateEx)
Sets the state ex.
|
WorkunitWrapper |
WorkunitWrapper.setStateID(Integer stateID)
Sets the state ID.
|
WorkunitWrapper |
WorkunitWrapper.setThorLCR(boolean thorLCR)
Sets the thor LCR.
|
WorkunitWrapper |
WorkunitWrapper.setThorLogList(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ThorLogInfo[] thorLogInfoArray)
Sets the thor log list.
|
WorkunitWrapper |
WorkunitWrapper.setThorLogList(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ThorLogInfo[] thorLogInfos)
Sets the thor log list.
|
WorkunitWrapper |
WorkunitWrapper.setThorLogList(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ThorLogInfo[] thorLogInfoArray)
Sets the thor log list.
|
WorkunitWrapper |
WorkunitWrapper.setThorLogList(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ThorLogInfo[] thorLogInfoArray)
Sets the thor log list.
|
WorkunitWrapper |
WorkunitWrapper.setThorLogList(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ThorLogInfo[] thorLogList)
Sets the thor log list.
|
WorkunitWrapper |
WorkunitWrapper.setTimerCount(Integer timerCount)
Sets the timer count.
|
WorkunitWrapper |
WorkunitWrapper.setTimersDesc(String timersDesc)
Sets the timers desc.
|
WorkunitWrapper |
WorkunitWrapper.setTimingData(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLTimingData[] eclTimingDatas)
Sets the timing data.
|
WorkunitWrapper |
WorkunitWrapper.setTimingData(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLTimingData[] eclTimingDatas)
Sets the timing data.
|
WorkunitWrapper |
WorkunitWrapper.setTimingData(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLTimingData[] eclTimingDataArray)
Sets the timing data.
|
WorkunitWrapper |
WorkunitWrapper.setTimingData(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLTimingData[] eclTimingDataArray)
Sets the timing data.
|
WorkunitWrapper |
WorkunitWrapper.setTimingData(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLTimingData[] eclTimingDataArray)
Sets the timing data.
|
WorkunitWrapper |
WorkunitWrapper.setTotalClusterTime(String totalClusterTime)
Sets the total cluster time.
|
WorkunitWrapper |
WorkunitWrapper.setVariableCount(Integer variableCount)
Sets the variable count.
|
WorkunitWrapper |
WorkunitWrapper.setVariables(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ArrayOfECLResult arrayOfECLResult)
Sets the variables.
|
WorkunitWrapper |
WorkunitWrapper.setVariables(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ArrayOfECLResult arrayOfECLResult)
Sets the variables.
|
WorkunitWrapper |
WorkunitWrapper.setVariables(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ArrayOfECLResult arrayOfECLResult)
Sets the variables.
|
WorkunitWrapper |
WorkunitWrapper.setVariables(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ArrayOfECLResult arrayOfECLResult)
Sets the variables.
|
WorkunitWrapper |
WorkunitWrapper.setVariables(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ArrayOfECLResult arrayOfECLResult)
Sets the variables.
|
WorkunitWrapper |
WorkunitWrapper.setVariables(List<ECLResultWrapper> variables)
Sets the variables.
|
WorkunitWrapper |
WorkunitWrapper.setVariablesDesc(String variablesDesc)
Sets the variables desc.
|
WorkunitWrapper |
WorkunitWrapper.setWarningCount(Integer warningCount)
Sets the warning count.
|
WorkunitWrapper |
WorkunitWrapper.setWorkflowCount(Integer workflowCount)
Sets the workflow count.
|
WorkunitWrapper |
WorkunitWrapper.setWorkflows(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLWorkflow[] eclWorkflowArray)
Sets the workflows.
|
WorkunitWrapper |
WorkunitWrapper.setWorkflows(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLWorkflow[] eclWorkflowArray)
Sets the workflows.
|
WorkunitWrapper |
WorkunitWrapper.setWorkflows(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLWorkflow[] eclWorkflowArray)
Sets the workflows.
|
WorkunitWrapper |
WorkunitWrapper.setWorkflows(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLWorkflow[] eclWorkflows)
Sets the workflows.
|
WorkunitWrapper |
WorkunitWrapper.setWorkflows(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLWorkflow[] eclWorkflows)
Sets the workflows.
|
WorkunitWrapper |
WorkunitWrapper.setWorkflowsDesc(String workflowsDesc)
Sets the workflows desc.
|
WorkunitWrapper |
WorkunitWrapper.setWuid(String wuid)
Sets the wuid.
|
WorkunitWrapper |
WorkunitWrapper.setXmlParams(String xmlParams)
Sets the xml params.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WorkunitWrapper.compareTo(WorkunitWrapper wu) |
void |
WUInfoResponseWrapper.setWorkunit(WorkunitWrapper workunit)
Sets the workunit.
|
void |
WUCreateResponseWrapper.setWorkunit(WorkunitWrapper workunit)
Sets the workunit.
|
void |
WUUpdateResponseWrapper.setWorkunit(WorkunitWrapper workunit)
Sets the workunit.
|
boolean |
WorkunitWrapper.update(WorkunitWrapper wu)
Update.
|
Copyright © 2021. All rights reserved.