Interface ScrollService

All Known Implementing Classes:
ScrollServiceImpl

public interface ScrollService
Service to scroll large result set.
Since:
11.1
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the requested Scroll implementation exists.
    Returns a Scroll instance to execute the request.
  • Method Details

    • scroll

      Scroll scroll(ScrollRequest request)
      Returns a Scroll instance to execute the request.
    • exists

      boolean exists(ScrollRequest request)
      Returns true if the requested Scroll implementation exists.