Uses of Interface
elki.persistent.Page
-
-
Uses of Page in elki.persistent
Classes in elki.persistent with type parameters of type Page Modifier and Type Class Description classAbstractPageFile<P extends Page>Abstract base class for the page file API for both caches and true page files (in-memory and on-disk).classAbstractPageFileFactory<P extends Page>Abstract page file factory.static classAbstractPageFileFactory.Par<P extends Page>Parameterization class.classAbstractStoringPageFile<P extends Page>Abstract class implementing general methods of a PageFile.classMemoryPageFile<P extends Page>A memory based implementation of a PageFile that simulates I/O-access.classMemoryPageFileFactory<P extends Page>Page file factory for memory page files.interfacePageFile<P extends Page>Page file interface.interfacePageFileFactory<P extends Page>Factory interface for generating page files.Methods in elki.persistent that return types with arguments of type Page Modifier and Type Method Description MemoryPageFileFactory<Page>MemoryPageFileFactory.Par. make()
-