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 final 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 RecordFilter
Copyright © 2015. All rights reserved.