K - key typeV - value typepublic interface QueryCondition<K,V>
extends java.io.Serializable
NamedMap.executeParallelQuery(QueryCondition)| Modifier and Type | Method and Description |
|---|---|
boolean |
check(K key,
V value)
Checks if key and value match the condition.
|
boolean check(K key, V value) throws InvokeException
key - keyvalue - valuetrue if key and value match, false otherwiseInvokeException - when a server invocation error has occurred.