Coherence.Query.C_QueryIDs()

Signature

long[] C_QueryIDs(String cacheName, Object filter)

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.

Returns

TypeDescription
long[]List of IDs that satisfy the query.

Cautions

none