Class LongArrayNodePropertiesBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      LongArrayNodePropertiesBuilder​(org.neo4j.gds.api.DefaultValue defaultValue, int concurrency)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LongArrayNodePropertyValues build​(long size, PartialIdMap idMap, long highestOriginalId)
      Builds the underlying node properties and performs a remapping to the internal id space using the given id map.
      void set​(long neoNodeId, long[] value)  
      void setValue​(long nodeId, long[] value)  
      void setValue​(long neoNodeId, org.neo4j.values.storable.Value value)  
      • Methods inherited from class java.lang.Object

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

      • LongArrayNodePropertiesBuilder

        public LongArrayNodePropertiesBuilder​(org.neo4j.gds.api.DefaultValue defaultValue,
                                              int concurrency)