Class NodesBatchBuffer

    • Method Detail

      • offer

        public void offer​(NodeReference record)
        Description copied from interface: StoreScanner.RecordConsumer
        Imports the record at a given position and return the new position. Can also ignore the record if it is not of interest.
      • 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()