O
- Object typeD
- Distance typeN
- Node typeE
- Entry typeI
- Index typepublic abstract class AbstractMTreeFactory<O,D extends NumberDistance<D,?>,N extends AbstractMTreeNode<O,D,N,E>,E extends MTreeEntry,I extends AbstractMTree<O,D,N,E,S> & Index,S extends MTreeSettings<O,D,N,E>> extends PagedIndexFactory<O,I>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMTreeFactory.Parameterizer<O,D extends NumberDistance<D,?>,N extends AbstractMTreeNode<O,D,N,E>,E extends MTreeEntry,S extends MTreeSettings<O,D,N,E>>
Parameterization class.
|
Constructor and Description |
---|
AbstractMTreeFactory(PageFileFactory<?> pageFileFactory,
S settings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
makePageFile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
instantiate
public AbstractMTreeFactory(PageFileFactory<?> pageFileFactory, S settings)
pageFileFactory
- Data storagesettings
- Tree settingspublic TypeInformation getInputTypeRestriction()
IndexFactory