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
|
Modifier and Type | Class and Description |
---|---|
class |
CacheProxy<K,V>
ICache implementation
|
Modifier and Type | Field and Description |
---|---|
protected ICacheInternal<K,V> |
AbstractClusterWideIterator.cache |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,ICacheInternal<?,?>> |
AbstractHazelcastCacheManager.caches |
Modifier and Type | Method and Description |
---|---|
protected abstract <K,V> ICacheInternal<K,V> |
AbstractHazelcastCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig) |
protected <K,V> ICacheInternal<K,V> |
HazelcastServerCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig) |
protected <K,V> ICacheInternal<K,V> |
AbstractHazelcastCacheManager.ensureOpenIfAvailable(ICacheInternal<K,V> cache) |
protected <K,V> ICacheInternal<?,?> |
AbstractHazelcastCacheManager.getCacheUnchecked(String cacheName) |
Modifier and Type | Method and Description |
---|---|
protected <K,V> ICacheInternal<K,V> |
AbstractHazelcastCacheManager.ensureOpenIfAvailable(ICacheInternal<K,V> cache) |
Constructor and Description |
---|
AbstractClusterWideIterator(ICacheInternal<K,V> cache,
int partitionCount,
int fetchSize,
boolean prefetchValues) |
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 |
---|---|
protected <K,V> ICacheInternal<K,V> |
HazelcastClientCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig) |
Constructor and Description |
---|
ClientCachePartitionIterator(ICacheInternal<K,V> cacheProxy,
ClientContext context,
int fetchSize,
int partitionId,
boolean prefetchValues) |
ClientClusterWideIterator(ICacheInternal<K,V> cacheProxy,
ClientContext context,
boolean prefetchValues) |
ClientClusterWideIterator(ICacheInternal<K,V> cacheProxy,
ClientContext context,
int fetchSize,
boolean prefetchValues) |
ClientClusterWideIterator(ICacheInternal<K,V> cacheProxy,
ClientContext context,
int fetchSize,
int partitionId,
boolean prefetchValues) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.