Interface SearchCursor

    • Method Detail

      • isDone

        boolean isDone()
        Returns:
        true if the cursor has processed all the elements we were searching
      • getSearchResultDone

        SearchResultDone getSearchResultDone()
        gives the SearchResultDone message received at the end of search results
        Returns:
        the SearchResultDone message, null if the search operation fails for any reason
      • isReferral

        boolean isReferral()
        Returns:
        true if the next element in the cursor is a referral
      • isEntry

        boolean isEntry()
        Returns:
        true if the next element in the cursor is an entry
      • isIntermediate

        boolean isIntermediate()
        Returns:
        true if the next element in the cursor is an intermediate response