R
- low level result typepublic abstract class TableCollection<R> extends com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection<Table,R>
Table
's (initialized with the respective table
names).
An TableCollection
object maintains a cursor pointing to its
current pages of data. Initially the cursor is positioned before the first
page. The next method moves the cursor to the next row, and because it
returns false when there are no more rows in the TableCollection
object, it can be used in a while loop to iterate through the collection.
Network calls can be triggered when the collection is iterated across page
boundaries.Constructor and Description |
---|
TableCollection() |
Copyright © 2015. All rights reserved.