Interface InnerNodePropertiesBuilder

    • Method Detail

      • setValue

        void setValue​(long neoNodeId,
                      org.neo4j.values.storable.Value value)
      • build

        NodePropertyValues build​(long size,
                                 PartialIdMap idMap,
                                 long highestOriginalId)
        Builds the underlying node properties and performs a remapping to the internal id space using the given id map.