Coherence.Query.C_QueryAction()

Signature

void C_QueryAction(String cacheName, Object filter, int batchsize, String closure)

Domain

action

Description

Schedule assertion of objects from the cache to the working memory

Parameters

NameTypeDescription
cacheNameStringName of the targeted cache
filterObjectConditional expression to drive selection process
batchSizeintThe number of objects retrieved from the cache per invocation
closureStringCurrent context string identifier

Returns

TypeDescription
void

Cautions

none