Package elki.persistent
Class MemoryPageFileFactory.Par
- java.lang.Object
-
- elki.persistent.MemoryPageFileFactory.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- MemoryPageFileFactory<P extends Page>
public static class MemoryPageFileFactory.Par extends java.lang.ObjectParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.persistent.AbstractPageFileFactory.Par
PAGE_SIZE_ID, pageSize
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MemoryPageFileFactory<Page>make()Make an instance after successful configuration.-
Methods inherited from class elki.persistent.AbstractPageFileFactory.Par
configure
-
-
-
-
Method Detail
-
make
public MemoryPageFileFactory<Page> make()
Description copied from interface:ParameterizerMake an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Objectas return type.- Specified by:
makein interfaceParameterizer- Specified by:
makein classAbstractPageFileFactory.Par<Page>- Returns:
- a new instance
-
-