| Package | Description | 
|---|---|
| com.hazelcast.map | 
 Contains Hazelcast map module classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryCache<K,V> | 
IMap.getQueryCache(String name)
Returns corresponding  
QueryCache instance for the supplied name or null. | 
QueryCache<K,V> | 
IMap.getQueryCache(String name,
             MapListener listener,
             Predicate<K,V> predicate,
             boolean includeValue)
Creates an always up to date snapshot of this  
IMap according to
 the supplied parameters. | 
QueryCache<K,V> | 
IMap.getQueryCache(String name,
             Predicate<K,V> predicate,
             boolean includeValue)
Creates an always up to date snapshot of this  
IMap according to the supplied parameters. | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.