public static class PersistentPageFileFactory.Parameterizer extends AbstractPageFileFactory.Parameterizer<ExternalizablePage>
Modifier and Type | Field and Description |
---|---|
static OptionID |
FILE_ID
Optional parameter that specifies the name of the file storing the index.
|
private String |
fileName
File name.
|
PAGE_SIZE_ID, pageSize
Constructor and Description |
---|
PersistentPageFileFactory.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected PersistentPageFileFactory<ExternalizablePage> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
private String fileName
public static final OptionID FILE_ID
Key: -pagefile.file
public PersistentPageFileFactory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractPageFileFactory.Parameterizer<ExternalizablePage>
config
- Parameterization to add options to.protected PersistentPageFileFactory<ExternalizablePage> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractPageFileFactory.Parameterizer<ExternalizablePage>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.