All Implemented Interfaces:
Iterable<T>, Supplier<Stream<T>>, org.springframework.data.domain.Page<T>, org.springframework.data.domain.Slice<T>, org.springframework.data.util.Streamable<T>

public class LucenePage<T,K,V> extends AbstractPageSupport<T>
Deprecated.
To be removed in GemFire 10 integration
The LucenePage class is a Spring Data Page implementation supporting Spring Data style paging of PageableLuceneQueryResults complete with Spring Data projections.
Since:
1.1.0
See Also: