K - V - public interface IndexAwarePredicate<K,V> extends Predicate<K,V>
| Modifier and Type | Method and Description | 
|---|---|
| Set<QueryableEntry<K,V>> | filter(QueryContext queryContext) | 
| boolean | isIndexed(QueryContext queryContext) | 
Set<QueryableEntry<K,V>> filter(QueryContext queryContext)
boolean isIndexed(QueryContext queryContext)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.