O
- Object typepublic abstract class PagedIndexFactory<O> extends java.lang.Object implements IndexFactory<O>
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 Page & java.io.Externalizable> |
makePageFile(java.lang.Class<N> cls)
Make the page file for this index.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInputTypeRestriction, instantiate
private PageFileFactory<?> pageFileFactory
public PagedIndexFactory(PageFileFactory<?> pageFileFactory)
pageFileFactory
- Page file factoryCopyright © 2019 ELKI Development Team. License information.