Package elki.index
Class PagedIndexFactory.Par<O>
- java.lang.Object
-
- elki.index.PagedIndexFactory.Par<O>
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- PagedIndexFactory<O>
public abstract static class PagedIndexFactory.Par<O> extends java.lang.Object implements elki.utilities.optionhandling.ParameterizerParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description static elki.utilities.optionhandling.OptionIDPAGEFILE_IDOptional parameter that specifies the factory type of pagefile to use for the index.protected elki.persistent.PageFileFactory<?>pageFileFactoryPage file factory.
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidconfigure(elki.utilities.optionhandling.parameterization.Parameterization config)abstract PagedIndexFactory<O>make()
-
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
- Specified by:
configurein interfaceelki.utilities.optionhandling.Parameterizer
-
make
public abstract PagedIndexFactory<O> make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer
-
-