| Package | Description | 
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| 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.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.internal.adapter | Data structure adapters for Near Cache. | 
| com.hazelcast.replicatedmap.impl | This package contains the implementation of the replicated map service itself and some connection interfaces only used
 internally. | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> ReplicatedMap<K,V> | HazelcastClientInstanceImpl. getReplicatedMap(String name) | 
| <K,V> ReplicatedMap<K,V> | HazelcastClientProxy. getReplicatedMap(String name) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientReplicatedMapProxy<K,V>The replicated map client side proxy implementation proxying all requests to a member node | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> ReplicatedMap<K,V> | HazelcastInstance. getReplicatedMap(String name)Returns the replicated map instance with the specified name. | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> ReplicatedMap<K,V> | HazelcastInstanceImpl. getReplicatedMap(String name) | 
| <K,V> ReplicatedMap<K,V> | HazelcastInstanceProxy. getReplicatedMap(String name) | 
| Constructor and Description | 
|---|
| ReplicatedMapDataStructureAdapter(ReplicatedMap<K,V> map) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReplicatedMapProxy<K,V>Proxy implementation of  ReplicatedMapinterface. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.