Class NodeIndexerFactory


  • public class NodeIndexerFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static NodeIndexer getNodeIndexer()
      Returns the singleton node indexer instance that gets created upon first invocation of this method.
      static void setNodeIndexer​(NodeIndexer nodeIndexer)
      Sets a custom singleton node indexer instance that will be returned by getNodeIndexer() rather than creating an instance upon first invocation.
      • Methods inherited from class java.lang.Object

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

      • NodeIndexerFactory

        public NodeIndexerFactory()
    • Method Detail

      • setNodeIndexer

        public static void setNodeIndexer​(NodeIndexer nodeIndexer)
        Sets a custom singleton node indexer instance that will be returned by getNodeIndexer() rather than creating an instance upon first invocation.
      • getNodeIndexer

        public static NodeIndexer getNodeIndexer()
        Returns the singleton node indexer instance that gets created upon first invocation of this method.