Class AbstractIndex

    • Constructor Detail

      • AbstractIndex

        public AbstractIndex()
    • Method Detail

      • markIndexRebuild

        public void markIndexRebuild​(boolean val)
        Parameters:
        val - Mark or unmark index to rebuild.
      • rebuildInProgress

        public boolean rebuildInProgress()
        Returns:
        Whether index is rebuilding now.
      • unwrap

        public <T extends Index> T unwrap​(Class<T> clazz)
        Provides a standard way to access the underlying concrete index implementation to provide access to further, proprietary features.
        Specified by:
        unwrap in interface Index