Coherence.Query.C_KeyIterator()

Signature

Object C_KeyIterator(String cacheName, Object filter)

Domain

action

Description

Returns an Iterator for KeySet on the cache. Use this iterator in next and hasNext. The iterator is a snapshot of the current set, and is not modifiable nor are any changes to the backing map reflected by this iterator.

Parameters

NameTypeDescription
cacheNameStringName of the targeted cache.
filterObjectConditional expression to drive selection process.

Returns

TypeDescription
ObjectIterator as an object.

Cautions

none