P
- Page typepublic abstract static class AbstractPageFileFactory.Parameterizer<P extends Page> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
PAGE_SIZE_ID
Parameter to specify the size of a page in bytes, must be an integer
greater than 0.
|
protected int |
pageSize
Page size
|
Constructor and Description |
---|
AbstractPageFileFactory.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected abstract PageFileFactory<P> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID PAGE_SIZE_ID
Default value: 4000
Key: -pagefile.pagesize
protected int pageSize
public AbstractPageFileFactory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected abstract PageFileFactory<P> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.