
public static class OnDiskArrayPageFileFactory.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 | 
|---|
OnDiskArrayPageFileFactory.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OnDiskArrayPageFileFactory<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 OnDiskArrayPageFileFactory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractPageFileFactory.Parameterizer<ExternalizablePage>config - Parameterization to add options to.protected OnDiskArrayPageFileFactory<ExternalizablePage> makeInstance()
AbstractParameterizermakeInstance in class AbstractPageFileFactory.Parameterizer<ExternalizablePage>