Class CompositeIndexer

  • All Implemented Interfaces:
    Closeable, AutoCloseable, NodeStateIndexer

    public class CompositeIndexer
    extends Object
    implements NodeStateIndexer
    Many methods in this class call themselves recursively, and are susceptible to infinite recursion if a composite indexer contains itself, directly or indirectly. In this case, the methods will throw a StackOverflowException.