| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2219c82 commit 663e54b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,8 +22,9 @@ | |||
| 22 | 22 | * The result of a Google Cloud Datastore query submission. | |
| 23 | 23 | * When the result is not typed it is possible to cast it to its appropriate type according to | |
| 24 | 24 | * the {@link #resultClass} value. | |
| 25 | - * Results are loaded lazily; therefore it is possible to get a {@code DatastoreException} | ||
| 26 | - * upon {@link Iterator#hasNext hasNext} or {@link Iterator#next next} calls. | ||
| 25 | + * Results are loaded lazily in batches, where batch size is set by Cloud Datastore. As a result, it | ||
| 26 | + * is possible to get a {@code DatastoreException} upon {@link Iterator#hasNext hasNext} or | ||
| 27 | + * {@link Iterator#next next} calls. | ||
| 27 | 28 | * | |
| 28 | 29 | * @param <V> the type of the results value. | |
| 29 | 30 | */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments