Interface FileDistribution


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

    Modifier and Type
    Method
    Description
    void
    startDownload(String hostName, int port, Set<com.yahoo.config.FileReference> fileReferences)
    Notifies client which file references to download.
  • Method Details

    • startDownload

      void startDownload(String hostName, int port, 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