Class NodeScannerFactory


  • public final class NodeScannerFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static StoreScanner.Factory<NodeReference> create​(org.neo4j.gds.transaction.TransactionContext transactionContext, int[] labelIds, org.neo4j.logging.Log log)  
      • Methods inherited from class java.lang.Object

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

      • create

        public static StoreScanner.Factory<NodeReference> create​(org.neo4j.gds.transaction.TransactionContext transactionContext,
                                                                 int[] labelIds,
                                                                 org.neo4j.logging.Log log)