Class AbstractPageSupport<T>

java.lang.Object
org.springframework.data.gemfire.domain.support.AbstractSliceSupport<T>
org.springframework.data.gemfire.domain.support.AbstractPageSupport<T>
Type Parameters:
T - Class type of the individual elements on this Slice.
All Implemented Interfaces:
Iterable<T>, Supplier<Stream<T>>, Page<T>, Slice<T>, Streamable<T>
Direct Known Subclasses:
ListablePage, LucenePage

public abstract class AbstractPageSupport<T> extends AbstractSliceSupport<T> implements Page<T>
The AbstractPageSupport class is an abstract Spring Data Page type supporting the implementation of application specific Page implementations.
Since:
1.1.0
Author:
John Blum
See Also:
  • Constructor Details

    • AbstractPageSupport

      public AbstractPageSupport()
  • Method Details