Class FileManager


  • public class FileManager
    extends Object
    • Constructor Detail

      • FileManager

        public FileManager​(ServerContext context,
                           VolumeManager fs,
                           int maxOpen,
                           com.google.common.cache.Cache<String,​Long> fileLenCache,
                           BlockCache dataCache,
                           BlockCache indexCache)
        Parameters:
        dataCache - : underlying file can and should be able to handle a null cache
        indexCache - : underlying file can and should be able to handle a null cache