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.Object
Parameterization 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:Parameterizer
Make an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Object
as return type.- Specified by:
make
in interfaceParameterizer
- Specified by:
make
in classAbstractPageFileFactory.Par<Page>
- Returns:
- a new instance
-
-