Class PredecessorStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(org.neo4j.gds.api.RelationshipIterator relationships, long totalNodeCount, org.neo4j.gds.msbfs.SourceNodes sourceNodes, org.neo4j.gds.core.utils.paged.HugeLongArray visitSet, org.neo4j.gds.core.utils.paged.HugeLongArray visitNextSet, org.neo4j.gds.core.utils.paged.HugeLongArray seenSet, @Nullable org.neo4j.gds.core.utils.paged.HugeLongArray seenNextSet)  
      • Methods inherited from class java.lang.Object

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

      • run

        public void run​(org.neo4j.gds.api.RelationshipIterator relationships,
                        long totalNodeCount,
                        org.neo4j.gds.msbfs.SourceNodes sourceNodes,
                        org.neo4j.gds.core.utils.paged.HugeLongArray visitSet,
                        org.neo4j.gds.core.utils.paged.HugeLongArray visitNextSet,
                        org.neo4j.gds.core.utils.paged.HugeLongArray seenSet,
                        @Nullable
                        @Nullable org.neo4j.gds.core.utils.paged.HugeLongArray seenNextSet)
        Specified by:
        run in interface ExecutionStrategy