Interface PagedLoader.Query<T>

Enclosing class:
PagedLoader<T>

public static interface PagedLoader.Query<T>
  • Method Details

    • load

      Iterable<T> load(int limit, PagedLoader.StartParam<T> startParam)
      Returns:
      true if the partition had results (if false is returned, the load loop is aborted)