| Package | Description |
|---|---|
| org.hpccsystems.ws.client |
| Modifier and Type | Method and Description |
|---|---|
ProgressResponseWrapper |
HPCCFileSprayClient.getDfuProgress(String dfuwuid)
Get progress report for given DFU Work Unit.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HPCCWsClient.handleSprayResponse(ProgressResponseWrapper progressResponseWrapper)
Handle spray response.
|
boolean |
HPCCFileSprayClient.handleSprayResponse(ProgressResponseWrapper progressResponseWrapper,
int maxRetries,
int milliesBetweenRetry)
Handle spray response.
|
Copyright © 2021. All rights reserved.