| Package | Description | 
|---|---|
| com.hazelcast.map.impl | 
 Contains implementation specific classes of  
com.hazelcast.map package. | 
| com.hazelcast.query.impl | 
 Contains the implementation classes of the query functionality. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LazyMapEntry<K,V>
A  
Map.Entry implementation which serializes/de-serializes key and value objects on demand. | 
class  | 
LockAwareLazyMapEntry
Specialization of the LazyMapEntry that is LockAware. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CachedQueryEntry<K,V>
Entry of the Query. 
 | 
class  | 
QueryableEntry<K,V>
This abstract class contains methods related to Queryable Entry, which means searched an indexed by SQL query or predicate. 
 | 
class  | 
QueryEntry
Entry of the Query. 
 | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.