Class QueryResults<T>

    • Method Detail

      • iterator

        public Iterator<ResultDoc<T>> iterator()
        Return a typed query results iterator.
        Specified by:
        iterator in interface Iterable<T>
        Returns:
        a typed query results iterator
      • getPagingToken

        public Map<String,​String> getPagingToken()
        Return the query paging continuation token if there are more items available. If this value is null then no further query results are available.
        Returns:
        the query paging continuation token
      • buildDocQueryRequest

        protected io.nitric.proto.document.v1.DocumentQueryRequest buildDocQueryRequest​(List<io.nitric.api.document.Query.Expression> expressions)
      • loadPageData

        protected void loadPageData​(io.nitric.proto.document.v1.DocumentQueryResponse response)