Class UpdatableLongArrayNodeProperty

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long[] longArrayValue​(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.LongArrayNodePropertyValues

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

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

        unsupportedTypeException
    • Constructor Detail

      • UpdatableLongArrayNodeProperty

        public UpdatableLongArrayNodeProperty​(long nodeCount,
                                              long[] defaultValue)
    • Method Detail

      • nodeCount

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

        public long[] longArrayValue​(long nodeId)
        Specified by:
        longArrayValue in interface org.neo4j.gds.api.properties.nodes.LongArrayNodePropertyValues
        Specified by:
        longArrayValue in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues