Class NodesBatchBuffer

    • Method Detail

      • offer

        public boolean offer​(NodeReference record)
        Description copied from interface: StoreScanner.RecordConsumer
        Handles the given record and tells the caller, if it can accept more records. Can also ignore the record if it is not of interest.
        Parameters:
        record - record
        Returns:
        true, iff the consumer can consume more records
      • add

        public void add​(long nodeId,
                        org.neo4j.gds.compat.PropertyReference propertyReference,
                        long[] labels)
      • properties

        public org.neo4j.gds.compat.PropertyReference[] properties()
      • hasLabelInformation

        public boolean hasLabelInformation()
      • labelIds

        public long[][] labelIds()