Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.examples | |
com.hazelcast.client.proxy | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.examples |
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.instance | |
com.hazelcast.jca | |
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.multimap |
Modifier and Type | Method and Description |
---|---|
<K,V> MultiMap<K,V> |
HazelcastClient.getMultiMap(String name) |
<K,V> MultiMap<K,V> |
HazelcastClientProxy.getMultiMap(String name) |
Modifier and Type | Method and Description |
---|---|
MultiMap<Object,Object> |
ClientTestApp.getMultiMap() |
Modifier and Type | Class and Description |
---|---|
class |
ClientMultiMapProxy<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> MultiMap<K,V> |
HazelcastInstance.getMultiMap(String name)
Returns the distributed multimap instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
MultiMap<Object,Object> |
TestApp.getMultiMap() |
Modifier and Type | Method and Description |
---|---|
<K,V> MultiMap<K,V> |
HazelcastInstanceProxy.getMultiMap(String name) |
<K,V> MultiMap<K,V> |
HazelcastInstanceImpl.getMultiMap(String name) |
Modifier and Type | Method and Description |
---|---|
<K,V> MultiMap<K,V> |
HazelcastConnectionImpl.getMultiMap(String name) |
<K,V> MultiMap<K,V> |
HazelcastConnection.getMultiMap(String name) |
Constructor and Description |
---|
MultiMapMBean(MultiMap managedObject,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
static <K,V> KeyValueSource<K,V> |
KeyValueSource.fromMultiMap(MultiMap<K,V> multiMap)
A helper method to build a KeyValueSource implementation based on the specified
MultiMap |
Modifier and Type | Class and Description |
---|---|
class |
ObjectMultiMapProxy<K,V> |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.