Pages of results are fetched lazily from DynamoDB as they are needed. Some methods, such as {@link PaginatedList#size()} and{@link PaginatedList#toArray()}, require fetching the entire result set eagerly. See the javadoc of individual methods for details on which are lazy. @param < T> The domain object type stored in this list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|