|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplicatedMap | |
|---|---|
| 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.jca | This package contains jca functionality |
| com.hazelcast.replicatedmap.impl | This package contains the implementation of the replicated map service itself and some connection interfaces only used internally - No public API! |
| Uses of ReplicatedMap in com.hazelcast.client.impl |
|---|
| Methods in com.hazelcast.client.impl that return ReplicatedMap | ||
|---|---|---|
|
HazelcastClientInstanceImpl.getReplicatedMap(String name)
|
|
|
HazelcastClientProxy.getReplicatedMap(String name)
|
|
| Uses of ReplicatedMap in com.hazelcast.client.proxy |
|---|
| Classes in com.hazelcast.client.proxy that implement ReplicatedMap | |
|---|---|
class |
ClientReplicatedMapProxy<K,V>
The replicated map client side proxy implementation proxying all requests to a member node |
| Uses of ReplicatedMap in com.hazelcast.core |
|---|
| Methods in com.hazelcast.core that return ReplicatedMap | ||
|---|---|---|
|
HazelcastInstance.getReplicatedMap(String name)
Returns the replicated map instance with the specified name. |
|
| Uses of ReplicatedMap in com.hazelcast.instance |
|---|
| Methods in com.hazelcast.instance that return ReplicatedMap | ||
|---|---|---|
|
HazelcastInstanceImpl.getReplicatedMap(String name)
|
|
|
HazelcastInstanceProxy.getReplicatedMap(String name)
|
|
| Uses of ReplicatedMap in com.hazelcast.jca |
|---|
| Methods in com.hazelcast.jca that return ReplicatedMap | ||
|---|---|---|
|
HazelcastConnectionImpl.getReplicatedMap(String name)
|
|
| Uses of ReplicatedMap in com.hazelcast.replicatedmap.impl |
|---|
| Classes in com.hazelcast.replicatedmap.impl that implement ReplicatedMap | |
|---|---|
class |
ReplicatedMapProxy<K,V>
The internal ReplicatedMap implementation proxying the requests to the underlying
ReplicatedRecordStore |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||