| Package | Description | 
|---|---|
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.map.impl.proxy | Contains map proxy implementation and support classes. | 
| com.hazelcast.map.impl.querycache.subscriber | This package contains classes which are used for  QueryCacheevent subscription side. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCache<K,V> | ClientMapProxy. getQueryCache(String name) | 
| QueryCache<K,V> | ClientMapProxy. getQueryCache(String name,
             MapListener listener,
             Predicate<K,V> predicate,
             boolean includeValue) | 
| QueryCache<K,V> | ClientMapProxy. getQueryCache(String name,
             Predicate<K,V> predicate,
             boolean includeValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCache<K,V> | IMap. getQueryCache(String name)Returns corresponding  QueryCacheinstance for the suppliednameor 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  IMapaccording 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  IMapaccording to the supplied parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCache<K,V> | MapProxyImpl. getQueryCache(String name) | 
| QueryCache<K,V> | MapProxyImpl. getQueryCache(String name,
             MapListener listener,
             Predicate<K,V> predicate,
             boolean includeValue) | 
| QueryCache<K,V> | MapProxyImpl. getQueryCache(String name,
             Predicate<K,V> predicate,
             boolean includeValue) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalQueryCache<K,V>Internal interface which adds some internally used methods to  QueryCacheinterface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NullQueryCacheObject for neutral  InternalQueryCacheimplementation. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.