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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void shutdown()  
      File waitFor​(com.yahoo.config.FileReference fileReference, long timeout, TimeUnit timeUnit)
      Returns the path to a file or directory corresponding to the given file reference.