|
|
|||||||||||||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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(int cacheSize,
CachedFile<P> file)
Initializes this cache with the specified parameters. |
void |
Cache.initialize(int cacheSize,
CachedFile<P> file)
Initializes this cache with the specified parameters. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |