Class NodeFilteredGraphIntersect

  • All Implemented Interfaces:
    org.neo4j.gds.api.RelationshipIntersect

    public final class NodeFilteredGraphIntersect
    extends java.lang.Object
    implements org.neo4j.gds.api.RelationshipIntersect
    An instance of this is not thread-safe; Iteration/Intersection on multiple threads will throw misleading NullPointerExceptions. Instances are however safe to use concurrently with other RelationshipIterators.
    • Method Detail

      • intersectAll

        public void intersectAll​(long nodeIdA,
                                 org.neo4j.gds.api.IntersectionConsumer consumer)
        Specified by:
        intersectAll in interface org.neo4j.gds.api.RelationshipIntersect