| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseHPCCWsClient.handleEspExceptions(ArrayOfEspExceptionWrapper exp)
Handle esp exceptions.
|
protected void |
BaseHPCCWsClient.handleEspExceptions(ArrayOfEspExceptionWrapper exp,
String message)
Handle esp exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
BasePackageStatusWrapper |
HPCCWsPackageProcessClient.activatePackage(boolean globalScope,
String packageMapName,
String process,
String target)
Activate package.
|
AddtoSuperfileResponseWrapper |
HPCCWsDFUClient.addToSuperFile(AddtoSuperfileRequestWrapper request) |
WorkunitWrapper |
HPCCWsWorkUnitsClient.compileWUFromECL(WorkunitWrapper wu)
Given an ECL query, this method will create a WU, compile and run it.
|
String |
HPCCFileSprayClient.copyFile(String from,
String to,
boolean overwrite)
Copy file.
|
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.
|
DFUCreateFileWrapper |
HPCCWsDFUClient.createFile(String fileName,
String cluster,
String eclRecordDefinition,
int expirySeconds)
Create a new (unpublished), uncompressed dfu file.
|
DFUCreateFileWrapper |
HPCCWsDFUClient.createFile(String fileName,
String cluster,
String eclRecordDefinition,
int expirySeconds,
Boolean compressed)
Create a new (unpublished) dfu file.
|
DFUCreateFileWrapper |
HPCCWsDFUClient.createFile(String fileName,
String cluster,
String eclRecordDefinition,
int expirySeconds,
Boolean compressed,
DFUFileTypeWrapper filetype,
String requestid)
Create a new (unpublished) dfu file.
|
DFUCreateFileWrapper |
HPCCWsDFUClient.createFile(String fileName,
String cluster,
String eclRecordDefinition,
String[] partitionHostMap,
int expirySeconds)
Create a new (unpublished) dfu file.
|
DFUCreateFileWrapper |
HPCCWsDFUClient.createFileAndAcquireAccess(String fileName,
String cluster,
String eclRecordDefinition,
int expirySeconds,
Boolean compressed,
DFUFileTypeWrapper type,
String requestId)
Create a new (unpublished) dfu file.
|
DFUCreateFileWrapper |
HPCCWsDFUClient.createFileAndAcquireAccess(String fileName,
String cluster,
String eclRecordDefinition,
String[] partitionHostMap,
int expirySeconds,
Boolean returnBinTypeInfo,
Boolean returnJsonTypeInfo,
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.FileAccessRole accessrole,
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.SecAccessType accesstype)
Create a new (unpublished) dfu file.
|
boolean |
HPCCWsFileIOClient.createHPCCFile(String fileName,
String targetLandingZone,
boolean overwritefile)
Creates the HPCC file.
|
boolean |
HPCCWsStoreClient.createStore(String storename,
String description,
String type)
Creates the store.
|
AddtoSuperfileResponseWrapper |
HPCCWsDFUClient.createSuperfile(String superfilename,
String[] subfiles)
Create super file
|
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.
|
List<DFUResultWrapper> |
HPCCWsDFUClient.deleteFiles(Set<String> files,
String cluster)
Delete files.
|
boolean |
HPCCWsStoreClient.deleteNamespace(String storename,
String namespace,
boolean global,
String targetuser)
Delete namespace.
|
void |
HPCCWsDFUClient.deleteSuperFileSubfiles(String superfile,
List<String> subfiles)
Delete super file subfiles.
|
boolean |
HPCCWsStoreClient.deleteValue(String storename,
String namespace,
String key,
boolean global)
Delete value.
|
void |
HPCCWsWorkUnitsClient.deleteWU(String wuid)
Request that a given workunit is deleted.
|
boolean |
HPCCWsWorkUnitsClient.doesWUContainErrors(String wuid)
This method queries information about a given WU and answers if the WU has reported errors.
|
boolean |
HPCCWsWorkUnitsClient.doWorkunitAction(String wuid,
org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.ECLWUActions action)
Request a given action to be performed upon the given workunit.
|
org.hpccsystems.ws.client.gen.axis2.filespray.v1_20.PhysicalFileStruct[] |
HPCCFileSprayClient.dzFileSearch(String dzname,
String netaddr,
String namefilter)
Perform HPCC Drop Zone file search.
|
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.
|
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.
|
Properties |
HPCCWsStoreClient.fetchAllNSKeys(String storename,
String namespace,
boolean global)
Fetch all NS keys.
|
DropZoneFilesResponseWrapper |
HPCCFileSprayClient.fetchDropZones(DropZoneFilesRequestWrapper szrequest)
Fetch drop zones.
|
List<DropZoneWrapper> |
HPCCFileSprayClient.fetchDropZones(String dropzoneNetAddress)
Fetch drop zones.
|
DropZoneFilesResponseWrapper |
HPCCFileSprayClient.fetchDropZones(String dzname,
String netaddress,
String os,
String path,
String subfolder,
boolean dironly,
boolean watchvisibleonely)
Fetch drop zones.
|
Properties |
HPCCWsStoreClient.fetchKeyMetaData(String storename,
String namespace,
String key,
boolean global)
Fetch key meta data.
|
List<DropZoneWrapper> |
HPCCFileSprayClient.fetchLocalDropZones()
Fetch local drop zones.
|
String |
HPCCWsWorkUnitsClient.fetchResults(String wuid,
int sequence,
String cluster,
boolean suppressXMLShema,
long resultOffset,
int resultCount)
Fetches results associated with a given WUID.
|
String |
HPCCWsWorkUnitsClient.fetchResultsFromLogicalName(String logicalName,
int sequence,
String cluster,
boolean suppressXMLShema,
long resultOffset,
int resultCount)
Fetches results associated with a given Logical name.
|
String |
HPCCWsStoreClient.fetchValue(String storename,
String namespace,
String key,
boolean global)
Fetch value.
|
String |
HPCCWsStoreClient.fetchValueEncrypted(String storename,
String namespace,
String key,
boolean global,
Cipher cipher)
Fetch value encrypted.
|
String |
HPCCWsStoreClient.fetchValueEncrypted(String storename,
String namespace,
String key,
boolean global,
String secretKey)
Fetch value encrypted.
|
String[] |
HPCCWsClient.getAvailableClusterNames(String clusterGroupType)
Returns all the available target cluster names (mythor, myroxie, etc) given a cluster group type/name (thor, roxie, etc.)
|
List<String> |
HPCCWsClient.getAvailableTargetClusterNames()
Gets the available target cluster names.
|
TpClusterInfoResponseWrapper |
HPCCWsTopologyClient.getClusterInfo(String clusterName)
Gets the cluster info.
|
EclRecordWrapper |
HPCCWsDFUClient.getDatasetFields(String datasetname,
String clusterName,
String fieldSeparator)
This method retrieves a list of columns for a THOR or CSV dataset.
|
DFUSearchDataResponseWrapper |
HPCCWsDFUClient.getDFUData(DFUSearchDataRequestWrapper req)
Return wrapped response from WsDFU DFUSearchData method requests.
|
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSearchDataResponse |
HPCCWsDFUClient.getDFUData(String openLogicalName,
String cluster,
boolean roxieSelections,
int chooseFile,
int count,
boolean schemaOnly,
long startIndex)
Deprecated.
|
ProgressResponseWrapper |
HPCCFileSprayClient.getDfuProgress(String dfuwuid)
Get progress report for given DFU Work Unit.
|
GetDFUWorkunitResponseWrapper |
HPCCFileSprayClient.getDFUWorkunit(String workunitid)
Attempts to fetch information regarding a DFU Workunit.
|
GetDFUWorkunitsResponseWrapper |
HPCCFileSprayClient.getDFUWorkunits(String cluster,
Long pagesize)
Attempts to fetch list of DFU Workunits.
|
DFUFileAccessInfoWrapper |
HPCCWsDFUClient.getFileAccess(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.SecAccessType accesstype,
String filename,
String clustername,
int expiryseconds,
String jobid,
boolean includejsonTypeInfo,
boolean includebinTypeInfo,
boolean requestfileinfo)
To be used in conjunction with DAFILESRV's rowservice distributed file read stream.
|
DFUFileAccessInfoWrapper |
HPCCWsDFUClient.getFileAccess(String filename,
String clustername,
int expiryseconds,
String jobid)
To be used in conjunction with DAFILESRV's rowservice distributed file read/write stream.
|
String |
HPCCWsDFUClient.getFileAccessBlob(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.SecAccessType accesstype,
String filename,
String clustername,
int expiryseconds,
String jobid)
getFileAccessBlob - HPCC 7.0.x version
The response is to be used in conjunction with DAFILESRV's rowservice distributed file read stream.
|
String |
HPCCWsDFUClient.getFileAccessBlob(String filename,
String clustername,
int expiryseconds,
String jobid)
getFileAccessBlob
The response is to be used in conjunction with DAFILESRV's rowservice distributed file read/write stream.
|
NodeList |
HPCCWsDFUClient.getFileData(String logicalname,
Long beginrow,
Integer numrows,
String clustername)
Gets the file data.
|
List<DFUDataColumnWrapper> |
HPCCWsDFUClient.getFileDataColumns(String logicalname,
String clustername) |
DFUFileDetailWrapper |
HPCCWsDFUClient.getFileDetails(String logicalname,
String clustername)
Gets the file details.
|
DFUFileDetailWrapper |
HPCCWsDFUClient.getFileDetails(String logicalname,
String clustername,
boolean jsonTypeInfo,
boolean binTypeInfo)
Gets the file details.
|
DFUInfoWrapper |
HPCCWsDFUClient.getFileInfo(String logicalname,
String clustername)
Gets the file info.
|
DFUInfoWrapper |
HPCCWsDFUClient.getFileInfo(String logicalname,
String clustername,
boolean jsonTypeInfo,
boolean binTypeInfo)
Gets the file info.
|
List<DFUDataColumnWrapper> |
HPCCWsDFUClient.getFileMetaData(String logicalname,
String clustername)
Use this function to retrieve file metadata such as column information, for superfiles the metadata from the
first subfile will be returned.
|
List<DFULogicalFileWrapper> |
HPCCWsDFUClient.getFiles(String scope)
Gets the files.
|
String |
HPCCWsDFUClient.getFirstRow(String datasetname,
String clustername)
Returns the first row of data for a dataset.
|
List<TpLogicalClusterWrapper> |
HPCCWsTopologyClient.getLogicalClusters()
Gets the logical clusters.
|
List<DFULogicalFileWrapper> |
HPCCWsDFUClient.getLogicalFiles(String filename,
String cluster,
int firstN,
int pageStartFrom,
int pageSize)
Get array of logical files on target HPCC system based on input parameters.
|
BasePackageStatusWrapper |
HPCCWsPackageProcessClient.getPackage(String process,
String target)
Gets the package.
|
String |
HPCCWsPackageProcessClient.getPackageMapById(String packageMapName)
Gets the package map by id.
|
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.
|
TpServicesWrapper |
HPCCWsTopologyClient.getServices()
Gets the services.
|
HPCCQuerySetWrapper[] |
HPCCWsSQLClient.getStoredProcedures(String querysetname)
Gets the stored procedures.
|
String[] |
HPCCWsDFUClient.getSuperFileSubfiles(String filename)
Gets the super file subfiles.
|
HPCCTableWrapper[] |
HPCCWsSQLClient.getTables(String filter)
Gets the tables.
|
String[] |
HPCCWsSQLClient.getTargetClusters(String filter)
Gets the target clusters.
|
List<String> |
HPCCWsTopologyClient.getValidTargetClusterNames()
Get the names of all available target clusters (mythor, myroxie, etc.) from all cluster groups (hthor, thor, roxie, etc)
|
String[] |
HPCCWsTopologyClient.getValidTargetClusterNames(String clusterGroupType)
Get the names of all available target clusters from a given cluster group (hthor, thor, roxie, Hole, etc).
|
String[] |
HPCCWsTopologyClient.getValidTargetClusterNamesArray()
Get the names of all available target clusters (mythor, myroxie, etc.) from all cluster groups (hthor, thor, roxie, etc)
|
String[] |
HPCCWsTopologyClient.getValidTargetGroupNames()
Get names of all available target clusters on the given HPCC System.
|
List<TpTargetClusterWrapper> |
HPCCWsTopologyClient.getValidTargetGroups()
Get full descriptions of all valid cluster groups on the target HPCC System.
|
String |
HPCCWsWorkUnitsClient.getWorkunitResult(String wuid,
String resultname)
Gets the workunit result.
|
org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.WUResultResponse |
HPCCWsWorkUnitsClient.getWorkunitResult(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.WUResult wur)
Return a workunit result.
|
org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.WUResultResponse |
HPCCWsWorkUnitsClient.getWorkunitResult(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.WUResult wur,
boolean unarchive)
Return a workunit result.
|
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.
|
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.
|
protected void |
BaseHPCCWsClient.handleEspExceptions(ArrayOfEspExceptionWrapper exp)
Handle esp exceptions.
|
protected void |
BaseHPCCWsClient.handleEspExceptions(ArrayOfEspExceptionWrapper exp,
String message)
Handle esp exceptions.
|
boolean |
HPCCWsClient.handleSprayResponse(ProgressResponseWrapper progressResponseWrapper)
Handle spray response.
|
boolean |
HPCCFileSprayClient.handleSprayResponse(ProgressResponseWrapper progressResponseWrapper,
int maxRetries,
int milliesBetweenRetry)
Handle spray response.
|
boolean |
HPCCWsWorkUnitsClient.isWorkunitCompiled(String wuid)
Reports if the WU in question is in the compiled state.
|
boolean |
HPCCWsWorkUnitsClient.isWorkunitComplete(String wuid)
Replies true if given wuid is in complete state.
|
List<PhysicalFileStructWrapper> |
HPCCFileSprayClient.listFiles(String netAddress,
String path,
String OS)
Fetch list of files on a given dropzone's machine on the target HPCC System
Note: a logical dropzone can contain multiple machines.
|
String[] |
HPCCWsStoreClient.listNamespaces(String storename,
boolean global)
List namespaces.
|
String[] |
HPCCWsStoreClient.listNSKeys(String storename,
String namespace,
boolean global)
List NS keys.
|
List<PackageListMapDataWrapper> |
HPCCWsPackageProcessClient.listPackages(String process,
String target,
String processFilter)
List packages.
|
ECLWorkunitWrapper |
HPCCWsSQLClient.prepareSQL(String sqlText,
String targetCluster,
String targetQuerySet,
Integer wait)
Prepare SQL.
|
boolean |
HPCCWsTopologyClient.printValidTargetClusters(PrintStream stream)
prints available target cluster names to given print stream.
|
void |
HPCCWsDFUClient.publishFile(String fileId,
String eclRecordDefinition,
long totalRecords,
long fileSize)
Publishes file created by WsDFUCreateFile.
|
void |
HPCCWsDFUClient.publishFile(String fileId,
String eclRecordDefinition,
long totalRecords,
long fileSize,
Boolean overwrite)
Publishes file created by WsDFUCreateFile.
|
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.
|
TpDropZoneWrapper |
HPCCWsTopologyClient.queryDropzone(String name)
Query dropzone.
|
List<TpMachineWrapper> |
HPCCWsTopologyClient.queryDropzoneMachines(String name)
Query dropzone machines.
|
List<TpDropZoneWrapper> |
HPCCWsTopologyClient.queryDropzones(String namefilter)
Query dropzones.
|
String |
HPCCWsFileIOClient.readFileData(String dropzone,
String fileName,
long datasize,
long offset)
Read file data.
|
String |
HPCCFileSprayClient.renameLogicalFile(String sourceFileName,
String targetFilename,
boolean overwrite)
Renames HPCC logical file
|
List<DFULogicalFileWrapper> |
HPCCWsDFUClient.searchFiles(String logicalFilename,
String cluster)
searchFiles.
|
List<DFULogicalFileWrapper> |
HPCCWsDFUClient.searchFiles(String logicalFilename,
String cluster,
Integer pagesize,
Integer pageStartFrom)
searchFiles
|
boolean |
HPCCWsStoreClient.setValue(String storename,
String namespace,
String key,
String value,
boolean global)
Sets the value.
|
boolean |
HPCCWsStoreClient.setValueEncrypted(String storename,
String namespace,
String key,
String value,
boolean global,
Cipher cipher)
Sets the value encrypted.
|
boolean |
HPCCWsStoreClient.setValueEncrypted(String storename,
String namespace,
String key,
String value,
boolean global,
String secretKey)
Sets the value encrypted.
|
void |
HPCCFileSprayClient.sftpPutFileOnTargetLandingZone(String localFileName,
String targetFilename,
String machineLoginUserName,
String password)
Attempts to upload given file to HPCC Systems on the first dropzone encountered at the target HPCCSystem address.
|
void |
HPCCFileSprayClient.sftpPutFileOnTargetLandingZone(String localFileName,
String targetFilename,
String machineLoginUserName,
String password,
Properties connconfig)
Attempts to upload given file to HPCC Systems on the first dropzone encountered at the target HPCCSystem address.
|
void |
HPCCFileSprayClient.sftpPutFileOnTargetLandingZone(String localFileName,
String targetDropzoneAddress,
String targetFilename,
String machineLoginUserName,
String password,
Properties connconfig)
Attempts to upload given file to HPCC Systems on the first dropzone encountered at the given address.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayFixed(DropZoneWrapper targetDropZone,
String sourceFileName,
int recordSize,
String targetFileLabel,
String prefix,
String destGroup,
boolean overwrite,
Integer maxConnections,
Boolean compress,
Boolean replicate,
Boolean failIfNoSourceFile,
Integer expireDays,
String decryptKey,
String encryptKey,
Boolean nosplit,
Boolean recordStructurePresent,
Integer transferBufferSize,
Boolean wrap)
Spray fixed file from the given target dropzone onto cluster destionation group.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayFixed(String dropzoneNetAddress,
String sourceFileName,
int recordSize,
String targetFileLabel,
String prefix,
String destGroup,
boolean overwrite)
Spray fixed file from first dropzone encountered on the given dropzone net address.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayFixedLocalDropZone(String sourceFileName,
int recordSize,
String targetFileLabel,
String prefix,
String destGroup,
boolean overwrite)
Spray fixed file from first local dropzone encountered onto destination cluster group.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayLocalXML(String sourceFileName,
String targetFileName,
String prefix,
String destGroup,
boolean overwrite)
Spray XML data file from the first local dropzone onto given cluster group.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayLocalXML(String sourceFileName,
String targetFileName,
String prefix,
String destGroup,
boolean overwrite,
HPCCFileSprayClient.SprayVariableFormat format,
String rowtag,
Integer maxrecsize)
Spray XML data file from the first local dropzone onto given cluster group.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayVariable(DelimitedDataOptions options,
DropZoneWrapper targetDropZone,
String sourceFileName,
String targetFileName,
String prefix,
String destGroup,
boolean overwrite)
Spray variable/delimited HPCC file described in the give delimited data options, from given dropzone onto given cluster group.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayVariable(DelimitedDataOptions options,
DropZoneWrapper targetDropZone,
String sourceFileName,
String targetFileName,
String prefix,
String destGroup,
boolean overwrite,
HPCCFileSprayClient.SprayVariableFormat format,
Integer sourceMaxRecordSize,
Integer maxConnections,
Boolean compress,
Boolean replicate,
Boolean failIfNoSourceFile,
Boolean recordStructurePresent,
Integer expireDays)
Spray variable/delimited HPCC file described in the give delimited data options, from given dropzone onto given cluster group.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayVariable(String dropzoneNetAddress,
DelimitedDataOptions options,
String sourceFileName,
String targetFileName,
String prefix,
String destGroup,
boolean overwrite)
Spray variable/delimited HPCC file described in the give delimited data options, from the given dropzone address onto given cluster group.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayVariable(String dropzoneNetAddress,
String sourceFileName,
String targetFileName,
String prefix,
String destGroup,
boolean overwrite)
* Spray default CSV variable/delimited HPCC file, from the given dropzone address onto given cluster group.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayVariableLocalDropZone(DelimitedDataOptions options,
String sourceFileName,
String targetFileName,
String prefix,
String destGroup,
boolean overwrite,
HPCCFileSprayClient.SprayVariableFormat format)
Spray variable/delimited HPCC file described in the give delimited data options, from local dropzone onto given cluster group.
|
ProgressResponseWrapper |
HPCCFileSprayClient.sprayXML(DropZoneWrapper targetDropZone,
String sourceFileName,
String targetFileName,
String prefix,
String destGroup,
String rowtag,
boolean overwrite,
HPCCFileSprayClient.SprayVariableFormat format,
Integer maxrecsize,
Integer maxConnections,
Boolean replicate,
Boolean compress,
Boolean failIfNoSourceFile,
Integer expireDays)
Spray XML data file from the given dropzone onto given cluster group.
|
void |
HPCCWsWorkUnitsClient.submitWU(String wuid,
String cluster)
Submit WU.
|
void |
HPCCWsWorkUnitsClient.submitWU(WorkunitWrapper wu)
Given an ECL query, this method will create a WU, compile and run it.
|
boolean |
HPCCFileSprayClient.uploadFile(File file,
String targetDropzoneAddress)
THIS IS NOT THE PREFERED WAY TO UPLOAD FILES ONTO HPCCSYSTEMS
ONLY USE THIS FUNCTION FOR SMALL FILES AND IN THE CASE YOU CANNOT PROVIDE
CREDENTIALS TO LOGON TO THE TARGET MACHINE
USE sftpPutFileOnTargetLandingZone(...) if possible
Attempts to upload given file to HPCC System on the first dropzone encountered at the given address
|
boolean |
HPCCFileSprayClient.uploadFileLocalDropZone(File file)
THIS IS NOT THE PREFERED WAY TO UPLOAD FILES ONTO HPCCSYSTEMS
ONLY USE THIS FUNCTION FOR SMALL FILES AND IN THE CASE YOU CANNOT PROVIDE
CREDENTIALS TO LOGON TO THE TARGET MACHINE
USE sftpPutFileOnTargetLandingZone(...) if possible
Attempts to upload given file to HPCC System on the first local dropzone encountered
|
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.
|
boolean |
HPCCWsFileIOClient.writeHPCCFileData(byte[] data,
String fileName,
String targetLandingZone,
boolean append,
long offset,
int uploadchunksize)
Write HPCC file data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HPCCWsAttributesClient.attributeExists(String modulename,
String attributename,
String type)
Check whether an attribute exists.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ECLAttribute |
HPCCWsAttributesClient.checkinAttribute(String modulename,
String attributename,
String checkindesc)
Check in an attribute in an HPCC Repository.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ECLAttribute |
HPCCWsAttributesClient.checkoutAttribute(String modulename,
String attributename)
Check out an attribute in a legacy repository.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ECLAttribute |
HPCCWsAttributesClient.createAttribute(String modulename,
String attributename,
String type,
String text,
Boolean checkin,
String checkindesc)
Create an attribute in an HPCC Legacy Repository.
|
ECLAttributeWrapper |
HPCCWsAttributesClient.createOrUpdateAttribute(ECLAttributeWrapper item,
boolean checkoutin,
String checkindesc)
Create/Update an attribute in a legacy repository.
|
List<ECLAttributeWrapper> |
HPCCWsAttributesClient.createOrUpdateAttributes(List<ECLAttributeWrapper> in,
boolean checkoutin,
String checkindesc)
Creates the or update attributes.
|
List<ECLAttributeWrapper> |
HPCCWsAttributesClient.deleteAttribute(String modulename,
String attributename)
delete an attribute from the remote repository.
|
void |
HPCCWsAttributesClient.deleteModule(String modulename)
Delete a module from the remote repository.
|
List<ECLAttributeWrapper> |
HPCCWsAttributesClient.findItems(String modulename,
String attributename,
String type,
String username,
String anytext,
String changedSince)
Search for and retrieve the attribute metadata for attributes from a repository.
|
String |
HPCCWsAttributesClient.getAttributeText(String modulename,
String attributename,
String type)
Get the text of an attribute from a repo.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ECLAttribute |
HPCCWsAttributesClient.renameAttribute(String modulename,
String attributename,
String newmodulename,
String newattributename)
Rename an attribute in a legacy repo.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ECLAttribute |
HPCCWsAttributesClient.updateAttribute(String modulename,
String attributename,
String type,
String text,
Boolean checkoutin,
String checkindesc)
Update an attribute in a legacy repository.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfEspExceptionWrapper |
ExceptionsWrapper.local_exceptions |
protected ArrayOfEspExceptionWrapper |
GetAttributesResponseWrapper.local_exceptions |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEspExceptionWrapper |
ExceptionsWrapper.getExceptions()
Gets the exceptions.
|
ArrayOfEspExceptionWrapper |
GetAttributesResponseWrapper.getExceptions()
Gets the exceptions.
|
ArrayOfEspExceptionWrapper |
ArrayOfEspExceptionWrapper.setWsClientMessage(String localMessage)
Sets the ws client message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionsWrapper.setExceptions(ArrayOfEspExceptionWrapper _exceptions)
Sets the exceptions.
|
void |
GetAttributesResponseWrapper.setExceptions(ArrayOfEspExceptionWrapper _exceptions)
Sets the exceptions.
|
| Constructor and Description |
|---|
ArrayOfEspExceptionWrapper(ArrayOfEspExceptionWrapper arrayofespexception)
Instantiates a new array of esp exception wrapper.
|
ExceptionsWrapper(ArrayOfEspExceptionWrapper _exceptions)
Instantiates a new exceptions wrapper.
|
GetAttributesResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
ArrayOfECLAttributeWrapper _outAttributes)
Instantiates a new gets the attributes response wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEspExceptionWrapper |
DFUInfoWrapper.getExceptions()
Gets the exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DFUInfoWrapper.setExceptions(ArrayOfEspExceptionWrapper exceptions)
Sets the exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEspExceptionWrapper |
WUInfoResponseWrapper.getExceptions()
Gets the exceptions.
|
ArrayOfEspExceptionWrapper |
WUCreateResponseWrapper.getExceptions()
Gets the exceptions.
|
ArrayOfEspExceptionWrapper |
WUUpdateResponseWrapper.getExceptions()
Gets the exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WUInfoResponseWrapper.setExceptions(ArrayOfEspExceptionWrapper exceptions)
Sets the exceptions.
|
void |
WUCreateResponseWrapper.setExceptions(ArrayOfEspExceptionWrapper exceptions)
Sets the exceptions.
|
void |
WUUpdateResponseWrapper.setExceptions(ArrayOfEspExceptionWrapper exceptions)
Sets the exceptions.
|
Copyright © 2021. All rights reserved.