Queries the map based on the specified predicate and
returns the values of matching entries.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- predicate
- Type: Hazelcast.CoreIPredicateK, V
query criteria
Return Value
Type: ICollectionVresult value collection of the query
Remarks
Warning:
The collection is NOT backed by the map, so changes to the map are NOT reflected in the collection, and vice-versa.See Also