Class FileReferenceDownloader


  • public class FileReferenceDownloader
    extends java.lang.Object
    Downloads file reference using rpc requests to config server and keeps track of files being downloaded

    Some methods are synchronized to make sure access to downloads is atomic

    Author:
    hmusum
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      com.yahoo.vespa.config.ConnectionPool connectionPool()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • connectionPool

        public com.yahoo.vespa.config.ConnectionPool connectionPool()
      • close

        public void close()