Class AbstractIndexManager

    • Constructor Detail

      • AbstractIndexManager

        public AbstractIndexManager()
    • Method Detail

      • registerIndex

        public abstract void registerIndex​(String name,
                                           IndexIF index)
        INTERNAL: Register the specified index with the index manager.
        Parameters:
        name - The to register the index with name.
        index - The index to register.