Uses of Interface
com.hazelcast.map.IMap
Package | Description |
---|---|
com.hazelcast.client.console |
This package contains ClientConsoleApp
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
-
Uses of IMap in com.hazelcast.client.console
-
Uses of IMap in com.hazelcast.console
-
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.