Queries the map based on the specified predicate and
returns the 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: ISetKeyValuePairK, Vresult entry ISetT of the query
Remarks
Warning:
The set is NOT backed by the map, so changes to the map are NOT reflected in the set, and vice-versa.See Also