Uses of Interface
com.hazelcast.replicatedmap.ReplicatedMap
Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
-
Uses of ReplicatedMap in com.hazelcast.core
Methods in com.hazelcast.core that return ReplicatedMap Modifier and Type Method Description <K, V> ReplicatedMap<K,V>
HazelcastInstance. getReplicatedMap(String name)
Creates or returns the replicated map instance with the specified name.