
public abstract static class TreeIndexFactory.Parameterizer<O> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected long | cacheSize | 
| protected String | fileName | 
| protected int | pageSize | 
| Constructor and Description | 
|---|
| TreeIndexFactory.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract TreeIndexFactory<O,?> | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makeprotected String fileName
protected int pageSize
protected long cacheSize
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected abstract TreeIndexFactory<O,?> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer