JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.hazelcast.map.IMap
Packages that use
IMap
Package
Description
com.hazelcast.core
Provides core API interfaces/classes.
Uses of
IMap
in
com.hazelcast.core
Methods in
com.hazelcast.core
that return
IMap
Modifier and Type
Method
Description
<K,
V>
IMap
<K,
V>
HazelcastInstance.
getMap
(
String
name)
Creates or returns the distributed map instance with the specified name.