Package | Description |
---|---|
org.hpccsystems.ws.client |
Modifier and Type | Method and Description |
---|---|
static DelimitedDataOptions |
HPCCFileSprayClient.createDelimitedDataOptionsObject(String recordTerminator,
String fieldDelimiter,
String escapeSequence,
String quote)
Convinience static method, crates new delmited data format descriptor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
Copyright © 2021. All rights reserved.