K
- key typeV
- value typepublic interface QueryCondition<K,V> extends 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.Copyright (C) 2007-2014 ScaleOut Software, Inc.