Coherence.Filters.C_Limit()

Signature

Object C_Limit(Object filter, int pageSize)

Domain

action, condition, query

Description

Filter which truncates the results of another filter. This filter is a mutable object that is modified by the query processor. Clients are supposed to hold a reference to this filter and repetitively pass it to query methods with a desired page size (expressed as a number of entries per page).

Parameters

NameTypeDescription
filterObjectFilter used to truncate the results returned by another filter
pageSizeintNumber of entries per page

Returns

TypeDescription
Object ValueExtractor object

Cautions

none