Class DoubleArrayNodePropertiesBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DoubleArrayNodeProperties build​(long size, IdMap idMap)
      Builds the underlying node properties and performs a remapping to the internal id space using the given id map.
      NodeProperties buildDirect​(long size)
      Builds the underlying node properties as-is.
      void set​(long neoNodeId, double[] value)  
      void setValue​(long neoNodeId, org.neo4j.values.storable.Value value)  
      protected java.lang.Class<?> valueClass()  
      • Methods inherited from class java.lang.Object

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

      • DoubleArrayNodePropertiesBuilder

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