Class MkAppTreeFactory<O>

    • Constructor Detail

      • MkAppTreeFactory

        public MkAppTreeFactory​(PageFileFactory<?> pageFileFactory,
                                MkAppTreeSettings<O> settings)
        Constructor.
        Parameters:
        pageFileFactory - Data storage
        settings - Tree settings
    • Method Detail

      • instantiate

        public MkAppTreeIndex<O> instantiate​(Relation<O> relation)
        Description copied from interface: IndexFactory
        Sets the database in the distance function of this index (if existing).
        Parameters:
        relation - the relation to index
      • getNodeClass

        protected java.lang.Class<MkAppTreeNode<O>> getNodeClass()