Package elki.index

Class PagedIndexFactory<O>

    • Field Detail

      • pageFileFactory

        private PageFileFactory<?> pageFileFactory
        Page file factory.
    • Constructor Detail

      • PagedIndexFactory

        public PagedIndexFactory​(PageFileFactory<?> pageFileFactory)
        Constructor.
        Parameters:
        pageFileFactory - Page file factory
    • Method Detail

      • makePageFile

        protected <N extends Page & java.io.Externalizable> PageFile<N> makePageFile​(java.lang.Class<N> cls)
        Make the page file for this index.
        Type Parameters:
        N - page type
        Parameters:
        cls - Class information
        Returns:
        Page file