Package | Description |
---|---|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/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 |
Contains Hazelcast cache classes related to Spring.
|
Modifier and Type | Method and Description |
---|---|
IMap<Object,Object> |
ConsoleApp.getMap() |
Modifier and Type | Method and Description |
---|---|
<K,V> IMap<K,V> |
HazelcastInstance.getMap(String name)
Creates or returns the distributed map instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> KeyValueSource<K,V> |
KeyValueSource.fromMap(IMap<? super K,? extends V> map)
Deprecated.
A helper method to build a KeyValueSource implementation based on the specified
IMap |
Modifier and Type | Method and Description |
---|---|
IMap<Object,Object> |
HazelcastCache.getNativeCache() |
Constructor and Description |
---|
HazelcastCache(IMap<Object,Object> map) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.