Package elki.index
Class PagedIndexFactory<O>
- java.lang.Object
-
- elki.index.PagedIndexFactory<O>
-
- Type Parameters:
O- Object type
- All Implemented Interfaces:
elki.index.IndexFactory<O>
public abstract class PagedIndexFactory<O> extends java.lang.Object implements elki.index.IndexFactory<O>Abstract base class for tree-based indexes.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPagedIndexFactory.Par<O>Parameterization class.
-
Field Summary
Fields Modifier and Type Field Description private elki.persistent.PageFileFactory<?>pageFileFactoryPage file factory.
-
Constructor Summary
Constructors Constructor Description PagedIndexFactory(elki.persistent.PageFileFactory<?> pageFileFactory)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <N extends elki.persistent.Page & java.io.Externalizable>
elki.persistent.PageFile<N>makePageFile(java.lang.Class<N> cls)Make the page file for this index.
-