| Package | Description | 
|---|---|
| com.hazelcast.map.impl.iterator | |
| com.hazelcast.map.impl.proxy | 
 Contains map proxy implementation and support classes. 
 | 
| Constructor and Description | 
|---|
MapPartitionIterator(MapProxyImpl<K,V> mapProxy,
                    int fetchSize,
                    int partitionId,
                    boolean prefetchValues)  | 
MapQueryPartitionIterator(MapProxyImpl<K,V> mapProxy,
                         int fetchSize,
                         int partitionId,
                         Predicate<K,V> predicate,
                         Projection<Map.Entry<K,V>,R> projection)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NearCachedMapProxyImpl<K,V>
A server-side  
IMap implementation which is fronted by a Near Cache. | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.