Interface AResult

    • Method Detail

      • getRecords

        com.entwinemedia.fn.Stream<ARecord> getRecords()
        Return the found records.
      • getQuery

        String getQuery()
        Return a string representation of the query.
      • getTotalSize

        long getTotalSize()
        Return the number of items the query could potentially yield.
        Returns:
        the total value or -1 to indicate that the value has not been calculated
      • getLimit

        long getLimit()
        Return the set's size limit. It reflects the requested page size if specified in the query. This value is >= getSize().
        Returns:
        the requested size limit or -1 if none has been specified
        See Also:
        getSize()
      • getOffset

        long getOffset()
        Return the offset within the total result set.
      • getSearchTime

        long getSearchTime()
        Return the search time of the query.
        Returns:
        the search time or -1 to indicate that it has not been measured