Coherence.Query.C_QueryEvents_Order()
Signature
Event[] C_QueryEvents_Order(String cacheName, Object filter, String ruleFunction)
Description
Execute a query against a named cache. The resultset can be ordered using a rule function. Query operates only on cache memory, not backing store. For the extractor used in the left hand side of the filter condition, use Coherence.Extractors.C_EventPropertyGetter.
Parameters
Name | Type | Description |
cacheName | String | Name of the targeted cache |
filter | Object | Conditional expression to drive selection process |
orderByRuleFunction | URI | of the RuleFunction used for ordering of the result set. |
Returns
Type | Description |
Event[] | List of Events matching the query |