Interface FileAcquirer

All Known Implementing Classes:
MockFileAcquirer

public interface FileAcquirer
Retrieves the path to a file or directory on the local file system that has been transferred with the vespa file distribution mechanism.
Author:
Tony Vaagenes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    waitFor(com.yahoo.config.FileReference fileReference, long timeout, TimeUnit timeUnit)
    Returns the path to a file or directory corresponding to the given file reference.
  • Method Details