Interface PartialIdMap

    • Method Detail

      • toMappedNodeId

        long toMappedNodeId​(long nodeId)
        Map original nodeId to inner nodeId
        Parameters:
        nodeId - must be smaller or equal to the id returned by IdMap.highestNeoId()
      • rootNodeCount

        java.util.OptionalLong rootNodeCount()
        Number of mapped node ids in the root mapping. This is necessary for nested (filtered) id mappings.