public static class Query.QueryPaginator extends Object
Query.createPaginator(int) for example usage.| Modifier and Type | Method and Description |
|---|---|
boolean |
advance(com.google.protobuf.ByteString lastSeenRowKey)
Construct the next query.
|
Query |
getNextQuery()
Return the next query.
|
int |
getPageSize()
Get the page size of the current Pagniator.
|
public Query getNextQuery()
public boolean advance(@Nonnull com.google.protobuf.ByteString lastSeenRowKey)
@InternalApi public int getPageSize()
Copyright © 2026 Google LLC. All rights reserved.