Package org.apache.ignite.table.criteria
Class CriteriaQueryOptions
java.lang.Object
org.apache.ignite.table.criteria.CriteriaQueryOptions
Options useful for tuning the criteria query.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CriteriaQueryOptions.Builder
builder()
Creates a new builder.int
pageSize()
Returns a page size - the maximum number of result rows that can be fetched at a time.
-
Field Details
-
DEFAULT
Default options.
-
-
Method Details
-
builder
Creates a new builder.- Returns:
- Builder.
-
pageSize
public int pageSize()Returns a page size - the maximum number of result rows that can be fetched at a time.- Returns:
- Maximum number of rows per page.
-