Package | Description |
---|---|
com.hazelcast.client.console |
This package contains ClientConsoleApp
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
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. |
Modifier and Type | Method and Description |
---|---|
MultiMap<Object,Object> |
ClientConsoleApp.getMultiMap() |
Modifier and Type | Class and Description |
---|---|
class |
ClientMultiMapProxy<K,V>
Proxy implementation of
MultiMap . |
Modifier and Type | Method and Description |
---|---|
MultiMap<Object,Object> |
ConsoleApp.getMultiMap() |
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 |
---|---|
<K,V> MultiMap<K,V> |
HazelcastInstanceProxy.getMultiMap(String name) |
<K,V> MultiMap<K,V> |
HazelcastInstanceImpl.getMultiMap(String name) |
Modifier and Type | Method and Description |
---|---|
static <K,V> KeyValueSource<K,V> |
KeyValueSource.fromMultiMap(MultiMap<? super K,? extends V> multiMap)
Deprecated.
A helper method to build a KeyValueSource implementation based on the specified
MultiMap |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.