C F M R S T W 
All Classes All Packages

C

com.yahoo.filedistribution.fileacquirer - package com.yahoo.filedistribution.fileacquirer
 
create(String) - Static method in class com.yahoo.filedistribution.fileacquirer.FileAcquirerFactory
 

F

FileAcquirer - Interface in com.yahoo.filedistribution.fileacquirer
Retrieves the path to a file or directory on the local file system that has been transferred with the vespa file distribution mechanism.
FileAcquirerFactory - Class in com.yahoo.filedistribution.fileacquirer
Hides the real file acquirer type from 3rd party developers.
FileAcquirerFactory() - Constructor for class com.yahoo.filedistribution.fileacquirer.FileAcquirerFactory
 
fileReference - Variable in exception com.yahoo.filedistribution.fileacquirer.FileReferenceDoesNotExistException
 
fileReference - Variable in exception com.yahoo.filedistribution.fileacquirer.FileReferenceRemovedException
 
FileReferenceDoesNotExistException - Exception in com.yahoo.filedistribution.fileacquirer
 
FileReferenceRemovedException - Exception in com.yahoo.filedistribution.fileacquirer
 

M

MockFileAcquirer - Class in com.yahoo.filedistribution.fileacquirer
For use when testing searchers that uses file distribution.
MockFileAcquirer() - Constructor for class com.yahoo.filedistribution.fileacquirer.MockFileAcquirer
 

R

returnFile(File) - Static method in class com.yahoo.filedistribution.fileacquirer.MockFileAcquirer
Creates a FileAcquirer that always returns the given file.
returnFiles(Map<String, File>) - Static method in class com.yahoo.filedistribution.fileacquirer.MockFileAcquirer
Creates a FileAcquirer that maps from fileReference.value to a file.

S

shutdown() - Method in interface com.yahoo.filedistribution.fileacquirer.FileAcquirer
 
shutdown() - Method in class com.yahoo.filedistribution.fileacquirer.MockFileAcquirer
 

T

throwFileReferenceDoesNotExistException() - Static method in class com.yahoo.filedistribution.fileacquirer.MockFileAcquirer
Creates a FileAcquirer that throws FileReferenceDoesNotExistException
throwTimeoutException() - Static method in class com.yahoo.filedistribution.fileacquirer.MockFileAcquirer
Creates a FileAcquirer that throws TimeoutException
TimeoutException - Exception in com.yahoo.filedistribution.fileacquirer
 
TimeoutException() - Constructor for exception com.yahoo.filedistribution.fileacquirer.TimeoutException
Do not use this constructor
TimeoutException(String) - Constructor for exception com.yahoo.filedistribution.fileacquirer.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception com.yahoo.filedistribution.fileacquirer.TimeoutException
 

W

waitFor(FileReference, long, TimeUnit) - Method in interface com.yahoo.filedistribution.fileacquirer.FileAcquirer
Returns the path to a file or directory corresponding to the given file reference.
C F M R S T W 
All Classes All Packages