| Package | Description |
|---|---|
| org.hpccsystems.ws.client |
| Modifier and Type | Method and Description |
|---|---|
static HPCCFileSprayClient.SprayVariableFormat |
HPCCFileSprayClient.SprayVariableFormat.convertVarSprayFormatName2Code(String varSprayFormatName)
Convert var spray format name 2 code.
|
static HPCCFileSprayClient.SprayVariableFormat |
HPCCFileSprayClient.SprayVariableFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HPCCFileSprayClient.SprayVariableFormat[] |
HPCCFileSprayClient.SprayVariableFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HPCCWsClient.sprayCustomCSVHPCCFile(String fileName,
String targetFileLabel,
String targetCluster,
String escapedEscapeSequence,
String escapedFieldDelim,
String escapedQuote,
String escapedRecTerminator,
boolean overwritesprayedfile,
HPCCFileSprayClient.SprayVariableFormat format)
Spray a variable/delimited data file onto a target cluster on the target HPCC System.
|
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,
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.
|
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.
|
Copyright © 2021. All rights reserved.