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. SeeQuery.createPaginator(int)
for example usage.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
advance(com.google.protobuf.ByteString lastSeenRowKey)
Construct the next query.Query
getNextQuery()
Return the next query.
-