Class TransferScheduler.DownloadResult

java.lang.Object
ecmwf.ecpds.master.transfer.TransferScheduler.DownloadResult
Enclosing class:
TransferScheduler

public static final class TransferScheduler.DownloadResult extends Object
The Class DownloadResult.
  • Field Details

    • dataFile

      public DataFile dataFile
      The data file.
    • server

      public TransferServer server
      The server.
    • message

      public String message
      The message.
    • complete

      public boolean complete
      The complete.
    • noSuchFile

      public boolean noSuchFile
      Set 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()