Class TransferScheduler.DownloadResult
java.lang.Object
ecmwf.ecpds.master.transfer.TransferScheduler.DownloadResult
- Enclosing class:
TransferScheduler
The Class DownloadResult.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanThe complete.The data file.The message.booleanSet to true when the failure is definitively "file not found" on the source host (e.g. stat64: No such file or directory).The server. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dataFile
The data file. -
server
The server. -
message
The message. -
complete
public boolean completeThe complete. -
noSuchFile
public boolean noSuchFileSet to true when the failure is definitively "file not found" on the source host (e.g. stat64: No such file or directory). Retrying will never succeed — the caller should set the transfer to FAIL immediately.
-
-
Constructor Details
-
DownloadResult
public DownloadResult()
-