Interface FileDistribution


  • public interface FileDistribution
    Interface for models towards filedistribution.
    Author:
    Ulf Lilleengen
    • Method Detail

      • startDownload

        void startDownload​(java.lang.String hostName,
                           int port,
                           java.util.Set<com.yahoo.config.FileReference> fileReferences)
        Notifies client which file references to download. Used to start downloading early (while preparing application package).
        Parameters:
        hostName - host which should be notified about file references to download
        port - port which should be used when notifying
        fileReferences - set of file references to start downloading
      • getFileReferencesDir

        java.io.File getFileReferencesDir()