
public abstract static class PagedIndexFactory.Parameterizer<O> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
static OptionID |
PAGEFILE_ID
Optional parameter that specifies the factory type of pagefile to use for
the index.
|
protected PageFileFactory<?> |
pageFileFactory
Page file factory.
|
| Constructor and Description |
|---|
PagedIndexFactory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PagedIndexFactory<O,?> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID PAGEFILE_ID
Key: -index.pagefile
protected PageFileFactory<?> pageFileFactory
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected abstract PagedIndexFactory<O,?> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer