Package | Description |
---|---|
com.hazelcast.client.console |
This package contains ClientConsoleApp
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
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.jca |
This package contains jca functionality
|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support 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> |
ClientConsoleApp.getMap() |
Modifier and Type | Method and Description |
---|---|
<K,V> IMap<K,V> |
HazelcastClientInstanceImpl.getMap(String name) |
<K,V> IMap<K,V> |
HazelcastClientProxy.getMap(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientMapProxy<K,V> |
class |
NearCachedClientMapProxy<K,V>
A Client-side
IMap implementation which is fronted by a near-cache. |
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)
Returns the distributed map instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<K,V> IMap<K,V> |
HazelcastInstanceImpl.getMap(String name) |
<K,V> IMap<K,V> |
HazelcastInstanceProxy.getMap(String name) |
Modifier and Type | Method and Description |
---|---|
<K,V> IMap<K,V> |
HazelcastConnectionImpl.getMap(String name) |
Constructor and Description |
---|
MapMBean(IMap managedObject,
ManagementService service) |
Modifier and Type | Class and Description |
---|---|
class |
MapProxyImpl<K,V>
Proxy implementation of
IMap interface. |
class |
NearCachedMapProxyImpl<K,V>
A server-side
IMap implementation which is fronted by a near-cache. |
Modifier and Type | Method and Description |
---|---|
static <K,V> KeyValueSource<K,V> |
KeyValueSource.fromMap(IMap<? super K,? extends V> map)
A helper method to build a KeyValueSource implementation based on the specified
IMap |
Constructor and Description |
---|
HazelcastCache(IMap<Object,Object> map) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.