Interface UpdatableNodeProperty

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void updatePropertyValue​(long nodeId, org.neo4j.values.storable.Value value)  
      • Methods inherited from interface org.neo4j.gds.api.properties.nodes.NodePropertyValues

        doubleArrayValue, doubleValue, floatArrayValue, getMaxDoublePropertyValue, getMaxLongPropertyValue, getObject, longArrayValue, longValue, value
      • Methods inherited from interface org.neo4j.gds.api.properties.PropertyValues

        release, size, unsupportedTypeException, valueType
    • Method Detail

      • updatePropertyValue

        void updatePropertyValue​(long nodeId,
                                 org.neo4j.values.storable.Value value)