
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, makeprivate String fileName
public static final OptionID FILE_ID
Key: -pagefile.file
public PersistentPageFileFactory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractPageFileFactory.Parameterizer<ExternalizablePage>config - Parameterization to add options to.protected PersistentPageFileFactory<ExternalizablePage> makeInstance()
AbstractParameterizermakeInstance in class AbstractPageFileFactory.Parameterizer<ExternalizablePage>