Class CompositeNodeScan

  • All Implemented Interfaces:
    org.neo4j.gds.compat.StoreScan<org.neo4j.gds.compat.CompositeNodeCursor>

    public class CompositeNodeScan
    extends java.lang.Object
    implements org.neo4j.gds.compat.StoreScan<org.neo4j.gds.compat.CompositeNodeCursor>
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeNodeScan​(java.util.List<org.neo4j.gds.compat.StoreScan<org.neo4j.internal.kernel.api.NodeLabelIndexCursor>> scans)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean scanBatch​(org.neo4j.gds.compat.CompositeNodeCursor cursor, org.neo4j.kernel.api.KernelTransaction ktx)  
      • Methods inherited from class java.lang.Object

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

      • CompositeNodeScan

        public CompositeNodeScan​(java.util.List<org.neo4j.gds.compat.StoreScan<org.neo4j.internal.kernel.api.NodeLabelIndexCursor>> scans)
    • Method Detail

      • scanBatch

        public boolean scanBatch​(org.neo4j.gds.compat.CompositeNodeCursor cursor,
                                 org.neo4j.kernel.api.KernelTransaction ktx)
        Specified by:
        scanBatch in interface org.neo4j.gds.compat.StoreScan<org.neo4j.gds.compat.CompositeNodeCursor>