public final class PagedRecordFilter extends Object implements RecordFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch()
Keeps track of how many times it is called.
|
static UnboundRecordFilter |
page(long startPos,
long pageSize)
Returns builder for creating a paged query.
|
public static UnboundRecordFilter page(long startPos, long pageSize)
startPos - The record to start from, numbering starts at 1.pageSize - The size of the page.public boolean isMatch()
isMatch in interface RecordFilterCopyright © 2024 The Apache Software Foundation. All rights reserved.