
O - Object typeI - Index typepublic abstract class PagedIndexFactory<O,I extends Index> extends Object implements IndexFactory<O,I>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PagedIndexFactory.Parameterizer<O>
Parameterization class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private PageFileFactory<?> | 
pageFileFactory
Page file factory. 
 | 
| Constructor and Description | 
|---|
PagedIndexFactory(PageFileFactory<?> pageFileFactory)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected <N extends ExternalizablePage>  | 
makePageFile(Class<N> cls)
Make the page file for this index. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInputTypeRestriction, instantiateprivate PageFileFactory<?> pageFileFactory
public PagedIndexFactory(PageFileFactory<?> pageFileFactory)
pageFileFactory - Page file factoryprotected <N extends ExternalizablePage> PageFile<N> makePageFile(Class<N> cls)
N - page typecls - Class information