Class Query.QueryPaginator
java.lang.Object
com.google.cloud.bigtable.data.v2.models.Query.QueryPaginator
- Enclosing class:
- Query
@BetaApi("This surface is stable yet it might be removed in the future.")
public static class Query.QueryPaginator
extends Object
A Query Paginator that will split a query into small chunks. See
Query.createPaginator(int)
for example usage.-
Method Summary
Modifier and TypeMethodDescriptionboolean
advance
(com.google.protobuf.ByteString lastSeenRowKey) Construct the next query.Return the next query.
-
Method Details
-
getNextQuery
Return the next query. -
advance
Construct the next query. Return true if there are more queries to return. False if we've read everything.
-