| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPageFile<P extends Page>
Abstract base class for the page file API for both caches and true page files
(in-memory and on-disk).
|
class |
AbstractStoringPageFile<P extends Page>
Abstract class implementing general methods of a PageFile.
|
class |
MemoryPageFile<P extends Page>
A memory based implementation of a PageFile that simulates I/O-access.
|
| Modifier and Type | Method and Description |
|---|---|
PageFile<P> |
MemoryPageFileFactory.newPageFile(java.lang.Class<P> cls) |
PageFile<P> |
PageFileFactory.newPageFile(java.lang.Class<P> cls)
Make a new page file.
|
Copyright © 2019 ELKI Development Team. License information.