Class FileServer
java.lang.Object
com.yahoo.vespa.config.server.filedistribution.FileServer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
-
Constructor Summary
ConstructorsConstructorDescriptionFileServer
(com.yahoo.cloud.config.ConfigserverConfig configserverConfig, com.yahoo.vespa.flags.FlagSource flagSource) FileServer
(File rootDir) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
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)
-
Constructor Details
-
FileServer
@Inject public FileServer(com.yahoo.cloud.config.ConfigserverConfig configserverConfig, com.yahoo.vespa.flags.FlagSource flagSource) -
FileServer
-
-
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()
-