Class FileService

java.lang.Object
com.google.common.util.concurrent.AbstractIdleService
All Implemented Interfaces:
BackupService, EngineServices.ConfigurableService<FileService.FileServiceConfig>, EngineServices.InfoProvidingService, com.google.common.util.concurrent.Service

@Singleton public class FileService extends AbstractEngineIdleService<FileService.FileServiceConfig> implements BackupService
FileService to upload, download, search and delete files. Provides backup and restore functionality to other meta services. Uses a LuceneService instance to store file meta data.
See Also: