Coherence.Query.C_QueryEvents_Order()

Signature

Event[] C_QueryEvents_Order(String cacheName, Object filter, String ruleFunction)

Domain

action

Description

Execute a query against a named cache. Query operates only on cache memory, not backing store.

Parameters

NameTypeDescription
cacheNameStringName of the targeted cache
filterObjectConditional expression to drive selection process
orderByRuleFunctionURIof the RuleFunction used for ordering of the result set.

Returns

TypeDescription
Event[]List of Events matching the query

Cautions

none