Interface SpaceDaoInternal

    • Method Detail

      • findSpaceIdListWithIdGreaterOrEqual

        List<Long> findSpaceIdListWithIdGreaterOrEqual​(Long startingId,
                                                       int limit)
        Retrieves a limited space list starting with a particular space id. It's used when we want to scan all spaces, but do this within a set small transactions.
        Parameters:
        startingId - - space id
        limit - - limit
        Returns:
        list of space ids
        Since:
        7.10.0
      • findAllSpaceKeys

        List<String> findAllSpaceKeys()
        Retrieves a list of space keys.
        Returns:
        space key list
        Since:
        7.10.0