Package org.neo4j.gds.triangle.intersect
Class NodeFilteredGraphIntersect
- java.lang.Object
-
- org.neo4j.gds.triangle.intersect.NodeFilteredGraphIntersect
-
- All Implemented Interfaces:
org.neo4j.gds.api.RelationshipIntersect
public final class NodeFilteredGraphIntersect extends java.lang.Object implements org.neo4j.gds.api.RelationshipIntersectAn instance of this is not thread-safe; Iteration/Intersection on multiple threads will throw misleadingNullPointerExceptions. Instances are however safe to use concurrently with otherRelationshipIterators.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeFilteredGraphIntersect.NodeFilteredGraphIntersectFactory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidintersectAll(long nodeIdA, org.neo4j.gds.api.IntersectionConsumer consumer)
-