Class WhiteboardIndexProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.List<? extends QueryIndex> getQueryIndexes​(org.apache.jackrabbit.oak.spi.state.NodeState nodeState)
      Get the currently configured indexes.
      • Methods inherited from class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker

        getServices, start, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WhiteboardIndexProvider

        public WhiteboardIndexProvider()
    • Method Detail

      • getQueryIndexes

        @NotNull
        public @NotNull java.util.List<? extends QueryIndex> getQueryIndexes​(org.apache.jackrabbit.oak.spi.state.NodeState nodeState)
        Description copied from interface: QueryIndexProvider
        Get the currently configured indexes.
        Specified by:
        getQueryIndexes in interface QueryIndexProvider
        Parameters:
        nodeState - the node state of the root
        Returns:
        the list of indexes