Package com.yahoo.config.model.api
Interface FileDistribution
public interface FileDistribution
Interface for models towards filedistribution.
- Author:
- Ulf Lilleengen
-
Method Summary
Modifier and TypeMethodDescriptionvoid
triggerDownload
(String hostName, int port, Set<com.yahoo.config.FileReference> fileReferences) Notifies client which file references to download.
-
Method Details
-
triggerDownload
Notifies client which file references to download. Used to trigger downloading early (while preparing application package).- Parameters:
hostName
- host which should be notified about file references to downloadport
- port which should be used when notifyingfileReferences
- set of file references for downloading
-