Class GridCacheQueryManager.QueryResult<K,​V>

    • Method Detail

      • onPageSend

        public void onPageSend()
        Callback to invoke, when next data page was delivered to user.
      • onDone

        public boolean onDone​(@Nullable
                              @Nullable IgniteSpiCloseableIterator<IgniteBiTuple<K,​V>> res,
                              @Nullable
                              @Nullable Throwable err)
        Callback to notify that future is finished. Note that if non-null exception is passed in the result value will be ignored.
        Parameters:
        res - Optional result.
        err - Optional error.
        Returns:
        True if result was set by this call.