org.hpccsystems.ws.client.wrappers.gen.filespray.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.
|
org.hpccsystems.ws.client.wrappers.gen.filespray.ProgressResponseWrapper |
HPCCFileSprayClient.sprayVariable(DelimitedDataOptions options,
org.hpccsystems.ws.client.wrappers.gen.filespray.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.
|
org.hpccsystems.ws.client.wrappers.gen.filespray.ProgressResponseWrapper |
HPCCFileSprayClient.sprayVariable(DelimitedDataOptions options,
org.hpccsystems.ws.client.wrappers.gen.filespray.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.
|
boolean |
HPCCWsClient.sprayVariableHPCCFile(String fileName,
String targetFileLabel,
String targetCluster,
DelimitedDataOptions options,
boolean overwritesprayedfile,
HPCCFileSprayClient.SprayVariableFormat format) |
Spray a variable/delimited data file onto a target cluster on the target HPCC System.
|
org.hpccsystems.ws.client.wrappers.gen.filespray.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.
|