| Package | Description |
|---|---|
| org.hpccsystems.ws.client | |
| org.hpccsystems.ws.client.wrappers.gen.filespray |
| Modifier and Type | Method and Description |
|---|---|
List<DropZoneWrapper> |
HPCCFileSprayClient.fetchDropZones(String dropzoneNetAddress)
Fetch drop zones.
|
List<DropZoneWrapper> |
HPCCFileSprayClient.fetchLocalDropZones()
Fetch local drop zones.
|
| Modifier and Type | Method and Description |
|---|---|
long |
HPCCFileSprayClient.downloadFile(FileChannel outputChannel,
DropZoneWrapper dropZone,
String fileName)
Attempts to download the specified file from a dropzone.
|
long |
HPCCFileSprayClient.downloadFile(File outFile,
DropZoneWrapper dropZone,
String fileName)
Attempts to download the specified file from a dropzone.
|
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.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.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 |
HPCCFileSprayClient.uploadLargeFile(File uploadFile,
DropZoneWrapper dropZone)
UPLOADS A FILE( UP TO 2GB FILE SIZES) TO THE SPECIFIED LANDING ZONE.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DropZoneWrapper> |
ArrayOfDropZoneWrapper.local_dropZone |
| Modifier and Type | Method and Description |
|---|---|
List<DropZoneWrapper> |
ArrayOfDropZoneWrapper.getDropZone() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayOfDropZoneWrapper.setDropZone(List<DropZoneWrapper> _dropZone) |
| Constructor and Description |
|---|
ArrayOfDropZoneWrapper(List<DropZoneWrapper> _dropZone) |
Copyright © 2021. All rights reserved.