| Package | Description |
|---|---|
| org.hpccsystems.ws.client | |
| org.hpccsystems.ws.client.wrappers | |
| org.hpccsystems.ws.client.wrappers.wsworkunits |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfECLExceptionWrapper |
HPCCWsWorkUnitsClient.syntaxCheckECL(String ecl,
String cluster,
Integer timeout)
Submit the given ECL code for syntax check upon the given target cluster.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseHPCCWsClient.handleECLExceptions(ArrayOfECLExceptionWrapper eclexceptions)
Logs and throws arrayofeclexceptionwrapper without localized message response from WS client.
|
protected void |
BaseHPCCWsClient.handleECLExceptions(ArrayOfECLExceptionWrapper eclExceptions,
String message)
Logs and throws arrayofeclexceptionwrapper with localized message response from WS client.
|
| 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.
|
ExecutePreparedSQLResponseWrapper |
HPCCWsSQLClient.executePreparedSQL(String wuid,
String targetCluster,
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.NamedValue[] variables,
Integer wait,
Integer resultLimit,
Integer resultWindowStart,
Integer resultWindowCount,
String userName,
Boolean suppressXmlSchema,
Boolean suppressResults)
Execute prepared SQL.
|
ECLWorkunitWrapper |
HPCCWsSQLClient.executePreparedSQL(String wuid,
String targetCluster,
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.NamedValue[] variables,
Integer wait,
Integer resultLimit,
String userName)
Execute prepared SQL.
|
List<List<Object>> |
HPCCWsSQLClient.executePreparedSQL(String wuid,
String targetCluster,
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.NamedValue[] variables,
Integer wait,
Integer resultLimit,
String userName,
String somesing)
Execute prepared SQL.
|
ExecuteSQLResponseWrapper |
HPCCWsSQLClient.executeSQLFullResponse(String sqlText,
String targetCluster,
String targetQuerySet,
Integer resultLimit,
Integer resultWindowCount,
Integer resultWindowStart,
Boolean suppressResults,
Boolean suppressXmlSchema,
String userName,
Integer wait)
Execute SQL full response.
|
String |
HPCCWsSQLClient.executeSQLWUIDResponse(String sqlText,
String targetCluster,
String targetQuerySet)
Execute SQLWUID response.
|
ECLWorkunitWrapper |
HPCCWsSQLClient.executeSQLWUResponse(String sqlText,
String targetCluster,
String targetQuerySet,
Integer resultLimit,
Integer resultWindowCount,
Integer resultWindowStart,
Boolean suppressResults,
Boolean suppressXmlSchema,
String userName,
Integer wait)
Execute SQLWU response.
|
GetResultsResponseWrapper |
HPCCWsSQLClient.getResultResponse(String wuid,
Integer resultWindowStart,
Integer resultWindowCount,
Boolean suppressXmlSchema)
Gets the result response.
|
List<List<Object>> |
HPCCWsSQLClient.getResults(String wuid,
Integer resultWindowStart,
Integer resultWindowCount)
Gets the results.
|
List<List<Object>> |
HPCCWsSQLClient.getResultSchema(String wuid)
Gets the result schema.
|
String |
HPCCWsSQLClient.getResultSchemaXML(String wuid)
Gets the result schema XML.
|
protected void |
BaseHPCCWsClient.handleECLExceptions(ArrayOfECLExceptionWrapper eclexceptions)
Logs and throws arrayofeclexceptionwrapper without localized message response from WS client.
|
protected void |
BaseHPCCWsClient.handleECLExceptions(ArrayOfECLExceptionWrapper eclExceptions,
String message)
Logs and throws arrayofeclexceptionwrapper with localized message response from WS client.
|
ECLWorkunitWrapper |
HPCCWsSQLClient.prepareSQL(String sqlText,
String targetCluster,
String targetQuerySet,
Integer wait)
Prepare SQL.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOfECLExceptionWrapper |
ArrayOfECLExceptionWrapper.setWsClientMessage(String localMessage)
Sets the ws client message.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOfECLExceptionWrapper |
WorkunitWrapper.getExceptions()
Gets the exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
WorkunitWrapper |
WorkunitWrapper.setExceptions(ArrayOfECLExceptionWrapper eclExceptions)
Sets the exceptions.
|
Copyright © 2021. All rights reserved.