Class UpdatableLongNodeProperty

  • All Implemented Interfaces:
    org.neo4j.gds.api.properties.nodes.LongNodePropertyValues, org.neo4j.gds.api.properties.nodes.NodePropertyValues, org.neo4j.gds.api.properties.PropertyValues, UpdatableNodeProperty

    public class UpdatableLongNodeProperty
    extends java.lang.Object
    implements UpdatableNodeProperty, org.neo4j.gds.api.properties.nodes.LongNodePropertyValues
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long longValue​(long nodeId)  
      long nodeCount()  
      void updatePropertyValue​(long nodeId, org.neo4j.values.storable.Value value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.neo4j.gds.api.properties.nodes.LongNodePropertyValues

        dimension, doubleValue, getMaxLongPropertyValue, getObject, value, valueType
      • Methods inherited from interface org.neo4j.gds.api.properties.nodes.NodePropertyValues

        doubleArrayValue, floatArrayValue, getMaxDoublePropertyValue, hasValue, longArrayValue
      • Methods inherited from interface org.neo4j.gds.api.properties.PropertyValues

        unsupportedTypeException
    • Constructor Detail

      • UpdatableLongNodeProperty

        public UpdatableLongNodeProperty​(long nodeCount,
                                         long defaultValue)
    • Method Detail

      • nodeCount

        public long nodeCount()
        Specified by:
        nodeCount in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues
      • longValue

        public long longValue​(long nodeId)
        Specified by:
        longValue in interface org.neo4j.gds.api.properties.nodes.LongNodePropertyValues
        Specified by:
        longValue in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues