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.internal.adapter |
Data structure adapters for Near Cache.
|
com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.internal.jmx.suppliers |
Contains Hazelcast management bean stat providers.
|
com.hazelcast.map.impl.iterator | |
com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support classes.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
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>
Proxy implementation of
IMap . |
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 |
---|---|
IMap<K,V> |
TransactionalMapDataStructureAdapter.getMap() |
Constructor and Description |
---|
IMapDataStructureAdapter(IMap<K,V> map) |
Constructor and Description |
---|
MapMBean(IMap managedObject,
ManagementService service) |
Constructor and Description |
---|
LocalMapStatsSupplier(IMap map) |
Modifier and Type | Field and Description |
---|---|
protected IMap<K,V> |
AbstractMapPartitionIterator.map |
protected IMap<K,V> |
AbstractMapQueryPartitionIterator.map |
Constructor and Description |
---|
AbstractMapPartitionIterator(IMap<K,V> map,
int fetchSize,
int partitionId,
boolean prefetchValues) |
AbstractMapQueryPartitionIterator(IMap<K,V> map,
int fetchSize,
int partitionId,
Predicate<K,V> predicate,
Projection<Map.Entry<K,V>,R> projection) |
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 |
---|---|
IMap<K,V> |
InternalQueryCache.getDelegate() |
IMap |
NullQueryCache.getDelegate() |
IMap |
QueryCacheRequest.getMap()
Returns underlying
IMap . |
Modifier and Type | Method and Description |
---|---|
QueryCacheRequest |
QueryCacheRequest.forMap(IMap map)
Setter for underlying
IMap for this QueryCache . |
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 |
Constructor and Description |
---|
HazelcastCache(IMap<Object,Object> map) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.