public class HPCCFileSprayClient extends BaseHPCCWsClient
Modifier and Type | Class and Description |
---|---|
static class |
HPCCFileSprayClient.SprayVariableFormat |
DEAFULTECLWATCHPORT, DEFAULTECLWATCHTLSPORT, fsconn, initErrMessage, stub, targetVersion, verbose
Modifier | Constructor and Description |
---|---|
protected |
HPCCFileSprayClient(Connection baseConnection)
Instantiates a new HPCC file spray client.
|
Modifier and Type | Method and Description |
---|---|
String |
copyFile(String from,
String to,
boolean overwrite)
Copy file.
|
static DelimitedDataOptions |
createDelimitedDataOptionsObject(String recordTerminator,
String fieldDelimiter,
String escapeSequence,
String quote)
Convinience static method, crates new delmited data format descriptor.
|
DFUWorkunitsActionResponseWrapper |
deleteDropZoneFiles(String dropzoneName,
List<String> fileNames,
String netAddress,
String path,
String os)
Deletes a file from a drop zone
|
long |
downloadFile(FileChannel outputChannel,
DropZoneWrapper dropZone,
String fileName)
Attempts to download the specified file from a dropzone.
|
long |
downloadFile(File outFile,
DropZoneWrapper dropZone,
String fileName)
Attempts to download the specified file from a dropzone.
|
org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.PhysicalFileStruct[] |
dzFileSearch(String dzname,
String netaddr,
String namefilter)
Perform HPCC Drop Zone file search.
|
boolean |
equals(Object aThat) |
DropZoneFilesResponseWrapper |
fetchDropZones(DropZoneFilesRequestWrapper szrequest)
Fetch drop zones.
|
List<DropZoneWrapper> |
fetchDropZones(String dropzoneNetAddress)
Fetch drop zones.
|
DropZoneFilesResponseWrapper |
fetchDropZones(String dzname,
String netaddress,
String os,
String path,
String subfolder,
boolean dironly,
boolean watchvisibleonely)
Fetch drop zones.
|
List<DropZoneWrapper> |
fetchLocalDropZones()
Fetch local drop zones.
|
static HPCCFileSprayClient |
get(Connection connection)
Gets the.
|
static HPCCFileSprayClient |
get(String protocol,
String targetHost,
String targetPort,
String user,
String pass)
Gets the.
|
static HPCCFileSprayClient |
get(String protocol,
String targetHost,
String targetPort,
String user,
String pass,
int timeout)
Gets the.
|
org.apache.axis2.client.Stub |
getDefaultStub()
Gets the default stub.
|
ProgressResponseWrapper |
getDfuProgress(String dfuwuid)
Get progress report for given DFU Work Unit.
|
GetDFUWorkunitResponseWrapper |
getDFUWorkunit(String workunitid)
Attempts to fetch information regarding a DFU Workunit.
|
GetDFUWorkunitsResponseWrapper |
getDFUWorkunits(String cluster,
Long pagesize)
Attempts to fetch list of DFU Workunits.
|
int |
getFileUploadReadBufferLength()
Gets the file upload read buffer length.
|
static String |
getServiceURI()
Gets the service URI.
|
static int |
getServiceWSDLPort()
Gets the service WSDL port.
|
static String |
getServiceWSDLURL()
Gets the service WSDLURL.
|
boolean |
handleSprayResponse(ProgressResponseWrapper progressResponseWrapper,
int maxRetries,
int milliesBetweenRetry)
Handle spray response.
|
int |
hashCode() |
List<PhysicalFileStructWrapper> |
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.
|
boolean |
ping()
Ping.
|
void |
setFileUploadReadBufferLength(int length)
Set the buffer length used to read files during upload process.
|
void |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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.
|
boolean |
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 |
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
|
boolean |
uploadLargeFile(File uploadFile,
DropZoneWrapper dropZone)
UPLOADS A FILE( UP TO 2GB FILE SIZES) TO THE SPECIFIED LANDING ZONE.
|
fastRefresh, fullRefresh, getConnectionURL, getInitError, getServiceVersion, getServiceVersion, getServiceWSDLPort, getServiceWSDLURL, getStubConnectionTO, getVerbose, handleECLExceptions, handleECLExceptions, handleEspExceptions, handleEspExceptions, handleEspSoapFaults, handleEspSoapFaults, hasInitError, isComplete, setClientAuth, setStubConnectionTO, setStubOptions, setVerbose, verifyStub
monitor
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
protected HPCCFileSprayClient(Connection baseConnection)
baseConnection
- the base connectionpublic static String getServiceURI()
public static String getServiceWSDLURL()
public static int getServiceWSDLPort()
public org.apache.axis2.client.Stub getDefaultStub() throws org.apache.axis2.AxisFault
BaseHPCCWsClient
getDefaultStub
in class BaseHPCCWsClient
org.apache.axis2.AxisFault
- the axis faultpublic static HPCCFileSprayClient get(Connection connection)
connection
- the connectionpublic static HPCCFileSprayClient get(String protocol, String targetHost, String targetPort, String user, String pass)
protocol
- the protocoltargetHost
- the target hosttargetPort
- the target portuser
- the userpass
- the passpublic static HPCCFileSprayClient get(String protocol, String targetHost, String targetPort, String user, String pass, int timeout)
protocol
- the protocoltargetHost
- the target hosttargetPort
- the target portuser
- the userpass
- the passtimeout
- the timeoutpublic boolean ping() throws Exception
Exception
- the exceptionpublic int getFileUploadReadBufferLength()
public void setFileUploadReadBufferLength(int length)
length
- the new file upload read buffer lengthpublic boolean handleSprayResponse(ProgressResponseWrapper progressResponseWrapper, int maxRetries, int milliesBetweenRetry) throws Exception, ArrayOfEspExceptionWrapper
progressResponseWrapper
- the progress response wrappermaxRetries
- the max retriesmilliesBetweenRetry
- the millies between retryException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic static DelimitedDataOptions createDelimitedDataOptionsObject(String recordTerminator, String fieldDelimiter, String escapeSequence, String quote)
recordTerminator
- the record terminatorfieldDelimiter
- the field delimiterescapeSequence
- the escape sequencequote
- the quotepublic List<DropZoneWrapper> fetchLocalDropZones() throws Exception, ArrayOfEspExceptionWrapper
Exception
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic List<DropZoneWrapper> fetchDropZones(String dropzoneNetAddress) throws Exception, ArrayOfEspExceptionWrapper
dropzoneNetAddress
- the dropzone net addressException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic String copyFile(String from, String to, boolean overwrite) throws Exception, ArrayOfEspExceptionWrapper
from
- the fromto
- the tooverwrite
- the overwriteException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic DropZoneFilesResponseWrapper fetchDropZones(String dzname, String netaddress, String os, String path, String subfolder, boolean dironly, boolean watchvisibleonely) throws Exception, ArrayOfEspExceptionWrapper
dzname
- the dznamenetaddress
- the netaddressos
- the ospath
- the pathsubfolder
- the subfolderdironly
- the dironlywatchvisibleonely
- the watchvisibleonelyException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic DropZoneFilesResponseWrapper fetchDropZones(DropZoneFilesRequestWrapper szrequest) throws Exception, ArrayOfEspExceptionWrapper
szrequest
- the szrequestException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.PhysicalFileStruct[] dzFileSearch(String dzname, String netaddr, String namefilter) throws Exception, ArrayOfEspExceptionWrapper
dzname
- - Required, the name of the Drop Zone to querynetaddr
- - Required, the netaddress of the Drop Zone node to querynamefilter
- - Required, the wildcard based name-filter to queryException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic List<PhysicalFileStructWrapper> listFiles(String netAddress, String path, String OS) throws Exception, ArrayOfEspExceptionWrapper
netAddress
- - Address of specific dropzone instancepath
- - The dropzone zone path on the local filesystemOS
- - Optional, OS codeException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper sprayVariable(String dropzoneNetAddress, String sourceFileName, String targetFileName, String prefix, String destGroup, boolean overwrite) throws Exception, ArrayOfEspExceptionWrapper
dropzoneNetAddress
- the dropzone net addresssourceFileName
- the source file nametargetFileName
- the target file nameprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwriteException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper sprayVariable(String dropzoneNetAddress, DelimitedDataOptions options, String sourceFileName, String targetFileName, String prefix, String destGroup, boolean overwrite) throws Exception, ArrayOfEspExceptionWrapper
dropzoneNetAddress
- the dropzone net addressoptions
- the optionssourceFileName
- the source file nametargetFileName
- the target file nameprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwriteException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper sprayVariableLocalDropZone(DelimitedDataOptions options, String sourceFileName, String targetFileName, String prefix, String destGroup, boolean overwrite, HPCCFileSprayClient.SprayVariableFormat format) throws Exception, ArrayOfEspExceptionWrapper
options
- the optionssourceFileName
- the source file nametargetFileName
- the target file nameprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwriteformat
- - SprayVariableFormat object describing the file formatException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper sprayVariable(DelimitedDataOptions options, DropZoneWrapper targetDropZone, String sourceFileName, String targetFileName, String prefix, String destGroup, boolean overwrite) throws Exception, ArrayOfEspExceptionWrapper
options
- the optionstargetDropZone
- the target drop zonesourceFileName
- the source file nametargetFileName
- the target file nameprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwriteException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper 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) throws Exception, ArrayOfEspExceptionWrapper
options
- the optionstargetDropZone
- the target drop zonesourceFileName
- the source file nametargetFileName
- the target file nameprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwriteformat
- - SprayVariableFormat object describing the file formatsourceMaxRecordSize
- the source max record sizemaxConnections
- the max connectionscompress
- the compressreplicate
- the replicatefailIfNoSourceFile
- the fail if no source filerecordStructurePresent
- the record structure presentexpireDays
- the expire daysException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper sprayLocalXML(String sourceFileName, String targetFileName, String prefix, String destGroup, boolean overwrite) throws Exception, ArrayOfEspExceptionWrapper
sourceFileName
- the source file nametargetFileName
- the target file nameprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwriteException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper sprayLocalXML(String sourceFileName, String targetFileName, String prefix, String destGroup, boolean overwrite, HPCCFileSprayClient.SprayVariableFormat format, String rowtag, Integer maxrecsize) throws Exception, ArrayOfEspExceptionWrapper
sourceFileName
- the source file nametargetFileName
- the target file nameprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwriteformat
- the formatrowtag
- the rowtagmaxrecsize
- the maxrecsizeException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper 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) throws Exception, ArrayOfEspExceptionWrapper
targetDropZone
- the target drop zonesourceFileName
- the source file nametargetFileName
- the target file nameprefix
- the prefixdestGroup
- the dest grouprowtag
- the rowtagoverwrite
- the overwriteformat
- the formatmaxrecsize
- the maxrecsizemaxConnections
- the max connectionsreplicate
- the replicatecompress
- the compressfailIfNoSourceFile
- the fail if no source fileexpireDays
- the expire daysException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper sprayFixed(String dropzoneNetAddress, String sourceFileName, int recordSize, String targetFileLabel, String prefix, String destGroup, boolean overwrite) throws Exception, ArrayOfEspExceptionWrapper
dropzoneNetAddress
- the dropzone net addresssourceFileName
- the source file namerecordSize
- the record sizetargetFileLabel
- the target file labelprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwriteException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper sprayFixedLocalDropZone(String sourceFileName, int recordSize, String targetFileLabel, String prefix, String destGroup, boolean overwrite) throws Exception, ArrayOfEspExceptionWrapper
sourceFileName
- the source file namerecordSize
- the record sizetargetFileLabel
- the target file labelprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwriteException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper 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) throws Exception, ArrayOfEspExceptionWrapper
targetDropZone
- the target drop zonesourceFileName
- the source file namerecordSize
- the record sizetargetFileLabel
- the target file labelprefix
- the prefixdestGroup
- the dest groupoverwrite
- the overwritemaxConnections
- the max connectionscompress
- the compressreplicate
- the replicatefailIfNoSourceFile
- the fail if no source fileexpireDays
- the expire daysdecryptKey
- the decrypt keyencryptKey
- the encrypt keynosplit
- the nosplitrecordStructurePresent
- the record structure presenttransferBufferSize
- the transfer buffer sizewrap
- the wrapException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic ProgressResponseWrapper getDfuProgress(String dfuwuid) throws Exception, ArrayOfEspExceptionWrapper
dfuwuid
- - The DFU Work unit numberException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic boolean uploadFile(File file, String targetDropzoneAddress) throws Exception, ArrayOfEspExceptionWrapper
file
- - The File to uploadtargetDropzoneAddress
- - The target dropzone addressException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic boolean uploadFileLocalDropZone(File file) throws Exception, ArrayOfEspExceptionWrapper
file
- - The File to uploadException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic boolean uploadLargeFile(File uploadFile, DropZoneWrapper dropZone)
uploadFile
- - The File to uploaddropZone
- - The target dropzonepublic long downloadFile(File outFile, DropZoneWrapper dropZone, String fileName)
outFile
- - The File to write todropZone
- - The target HPCC file dropzonefileName
- - The file to downloadpublic long downloadFile(FileChannel outputChannel, DropZoneWrapper dropZone, String fileName)
outputChannel
- - The FileChannel to write todropZone
- - The target HPCC file dropzonefileName
- - The file to downloadpublic void sftpPutFileOnTargetLandingZone(String localFileName, String targetFilename, String machineLoginUserName, String password) throws Exception, ArrayOfEspExceptionWrapper
localFileName
- - The File to uploadtargetFilename
- (optional) - The desired name for the uploaded filemachineLoginUserName
- - The user account name to log on to the target machinepassword
- - The user account password to log on to the target machineException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic void sftpPutFileOnTargetLandingZone(String localFileName, String targetFilename, String machineLoginUserName, String password, Properties connconfig) throws Exception, ArrayOfEspExceptionWrapper
localFileName
- - The File to uploadtargetFilename
- (optional) - The desired name for the uploaded filemachineLoginUserName
- - The user account name to log on to the target machinepassword
- - The user account password to log on to the target machineconnconfig
- (optional) - Connection config optionsException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic void sftpPutFileOnTargetLandingZone(String localFileName, String targetDropzoneAddress, String targetFilename, String machineLoginUserName, String password, Properties connconfig) throws Exception, ArrayOfEspExceptionWrapper
localFileName
- - The File to uploadtargetDropzoneAddress
- - The target landing zone ip addresstargetFilename
- (optional) - The desired name for the uploaded filemachineLoginUserName
- - The user account name to log on to the target machinepassword
- - The user account password to log on to the target machineconnconfig
- (optional) - Connection config optionsException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic GetDFUWorkunitResponseWrapper getDFUWorkunit(String workunitid) throws Exception, ArrayOfEspExceptionWrapper
workunitid
- the workunitidException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic GetDFUWorkunitsResponseWrapper getDFUWorkunits(String cluster, Long pagesize) throws Exception, ArrayOfEspExceptionWrapper
cluster
- the clusterpagesize
- the pagesizeException
- the exceptionArrayOfEspExceptionWrapper
- the array of esp exception wrapperpublic DFUWorkunitsActionResponseWrapper deleteDropZoneFiles(String dropzoneName, List<String> fileNames, String netAddress, String path, String os) throws Exception
dropzoneName
- - The name of the dropzone to delete fromfileNames
- - A List of names to delete from the drop zonenetAddress
- - The net address of the dropzonepath
- - The full path to the dropzone on the filesystem ie /var/lib/HPCCSystems/mydropzone{string}
- [os]
- The osRemoteException
org.hpccsystems.ws.client.gen.axis2.filespray.v1_17.EspSoapFault
Exception
public boolean equals(Object aThat)
equals
in class BaseHPCCWsClient
public int hashCode()
hashCode
in class BaseHPCCWsClient
Copyright © 2020. All rights reserved.