Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
com.hazelcast.mapreduce |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
com.hazelcast.spring.cache |
Modifier and Type | Method and Description |
---|---|
<K,V> IMap<K,V> |
HazelcastClientProxy.getMap(String name) |
<K,V> IMap<K,V> |
HazelcastClient.getMap(String name) |
Modifier and Type | Method and Description |
---|---|
<K,V> IMap<K,V> |
HazelcastInstance.getMap(String name)
Returns the distributed map instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<K,V> IMap<K,V> |
HazelcastConnectionImpl.getMap(String name) |
<K,V> IMap<K,V> |
HazelcastConnection.getMap(String name) |
Constructor and Description |
---|
MapMBean(IMap managedObject,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
static <K,V> KeyValueSource<K,V> |
KeyValueSource.fromMap(IMap<K,V> map)
A helper method to build a KeyValueSource implementation based on the specified
IMap |
Constructor and Description |
---|
HazelcastCache(IMap<Object,Object> map) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.