Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICacheInternal<K,V>
Internal API for
ICache implementations. |
Modifier and Type | Class and Description |
---|---|
class |
CacheProxy<K,V>
ICache implementation
|
Modifier and Type | Method and Description |
---|---|
<K,V,C extends javax.cache.configuration.Configuration<K,V>> |
AbstractHazelcastCacheManager.createCache(String cacheName,
C configuration) |
<K,V> ICache<K,V> |
AbstractHazelcastCacheManager.getCache(String cacheName) |
<K,V> ICache<K,V> |
AbstractHazelcastCacheManager.getCache(String cacheName,
Class<K> keyType,
Class<V> valueType) |
<K,V> ICache<K,V> |
AbstractHazelcastCacheManager.getOrCreateCache(String cacheName,
CacheConfig<K,V> cacheConfig) |
Modifier and Type | Method and Description |
---|---|
protected <K,V> void |
AbstractHazelcastCacheManager.registerListeners(CacheConfig<K,V> cacheConfig,
ICache<K,V> source) |
Constructor and Description |
---|
CacheEntryEventImpl(ICache<K,V> source,
javax.cache.event.EventType eventType,
K key,
V newValue,
V oldValue) |
CacheEventListenerAdaptor(ICache<K,V> source,
javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration,
SerializationService serializationService) |
Modifier and Type | Class and Description |
---|---|
class |
ClientCacheProxy<K,V>
ICache implementation for Hazelcast clients. |
class |
NearCachedClientCacheProxy<K,V>
An
ICacheInternal implementation which handles Near Cache specific behaviour of methods. |
Modifier and Type | Method and Description |
---|---|
<K,V> ICache<K,V> |
ClientICacheManager.getCache(String name) |
<K,V> ICache<K,V> |
ClientICacheManager.getCacheByFullName(String fullName) |
Modifier and Type | Method and Description |
---|---|
<K,V> ICache<K,V> |
ICacheManager.getCache(String name)
Returns the cache instance with the specified prefixed cache name.
|
Modifier and Type | Method and Description |
---|---|
<K,V> ICache<K,V> |
HazelcastInstanceCacheManager.getCache(String name) |
<K,V> ICache<K,V> |
HazelcastInstanceCacheManager.getCacheByFullName(String fullName) |
Constructor and Description |
---|
ICacheDataStructureAdapter(ICache<K,V> cache) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.