Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.persistent.CachedFile

Packages that use CachedFile
de.lmu.ifi.dbs.elki.persistent Persistent data management. 
 

Uses of CachedFile in de.lmu.ifi.dbs.elki.persistent
 

Classes in de.lmu.ifi.dbs.elki.persistent that implement CachedFile
 class MemoryPageFile<P extends Page<P>>
          A memory based implementation of a PageFile that simulates I/O-access.
 class OnDiskArrayPageFile<P extends Page<P>>
          A OnDiskArrayPageFile stores objects persistently that implement the Page interface.
 class PageFile<P extends Page<P>>
          Abstract class implementing general methods of a PageFile.
 class PersistentPageFile<P extends Page<P>>
          A PersistentPageFile stores objects persistently that implement the Page interface.
 

Fields in de.lmu.ifi.dbs.elki.persistent declared as CachedFile
protected  CachedFile<P> LRUCache.file
          The underlying file of this cache.
 

Methods in de.lmu.ifi.dbs.elki.persistent with parameters of type CachedFile
 void LRUCache.initialize(long cacheSize, CachedFile<P> file)
          Initializes this cache with the specified parameters.
 void Cache.initialize(long cacheSize, CachedFile<P> file)
          Initializes this cache with the specified parameters.
 


Release 0.3 (2010-03-31_1612)