Class PagedSelectResults<T>

java.lang.Object
org.springframework.data.gemfire.repository.query.AbstractSelectResults<T>
org.springframework.data.gemfire.repository.query.PagedSelectResults<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, SelectResults<T>

public class PagedSelectResults<T> extends AbstractSelectResults<T>
An Apache Geode SelectResults implementation with support for Paging.
Since:
2.4.0
Author:
John Blum
See Also: