java.lang.Object
com.yahoo.vespa.config.server.filedistribution.FileServer

public class FileServer extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    FileServer(com.yahoo.cloud.config.ConfigserverConfig configserverConfig, com.yahoo.vespa.flags.FlagSource flagSource)
     
    FileServer(File rootDir)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    com.yahoo.vespa.filedistribution.FileDownloader
     
    void
    serveFile(com.yahoo.config.FileReference fileReference, boolean downloadFromOtherSourceIfNotFound, Set<com.yahoo.vespa.filedistribution.FileReferenceData.CompressionType> acceptedCompressionTypes, com.yahoo.jrt.Request request, FileServer.Receiver receiver)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FileServer

      @Inject public FileServer(com.yahoo.cloud.config.ConfigserverConfig configserverConfig, com.yahoo.vespa.flags.FlagSource flagSource)
    • FileServer

      public FileServer(File rootDir)
  • Method Details

    • serveFile

      public void serveFile(com.yahoo.config.FileReference fileReference, boolean downloadFromOtherSourceIfNotFound, Set<com.yahoo.vespa.filedistribution.FileReferenceData.CompressionType> acceptedCompressionTypes, com.yahoo.jrt.Request request, FileServer.Receiver receiver)
    • downloader

      public com.yahoo.vespa.filedistribution.FileDownloader downloader()
    • close

      public void close()