
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, makepublic static final OptionID PAGE_SIZE_ID
Default value: 4000
Key: -pagefile.pagesize
protected int pageSize
public AbstractPageFileFactory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected abstract PageFileFactory<P> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer