| Package | Description | 
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client | 
| com.hazelcast.client.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation client side | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.spi | Contains classes/interfaces related to the Hazelcast client Service Provider Interface. | 
| com.hazelcast.internal.nearcache.impl | Near Cache implementations. | 
| com.hazelcast.map.impl.nearcache | Contains Near Cache specific classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheManager | ClientExtension. createNearCacheManager()Creates a  NearCacheManagerinstance to be used by this client. | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheManager | HazelcastClientCacheManager. getNearCacheManager()Gets the related  NearCacheManagerwith the underlying client instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheManager | DefaultClientExtension. createNearCacheManager() | 
| NearCacheManager | HazelcastClientInstanceImpl. getNearCacheManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheManager | ClientContext. getNearCacheManager() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultNearCacheManager | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapNearCacheManager | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.