Interface LongNodeProperties

    • Method Detail

      • getObject

        default java.lang.Object getObject​(long nodeId)
        Specified by:
        getObject in interface NodeProperties
      • value

        default org.neo4j.values.storable.Value value​(long nodeId)
        Specified by:
        value in interface NodeProperties
      • valueType

        default org.neo4j.gds.api.nodeproperties.ValueType valueType()
        Specified by:
        valueType in interface NodeProperties
      • getMaxLongPropertyValue

        default java.util.OptionalLong getMaxLongPropertyValue()
        Specified by:
        getMaxLongPropertyValue in interface NodeProperties
        Returns:
        the maximum long value contained in the mapping or an empty OptionalLong if the mapping is empty or the feature is not supported.