Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cache.impl.client |
Hazelcast JSR-107 aka JCache implementation
Client Requests
|
com.hazelcast.cache.impl.record |
Hazelcast JSR-107 aka JCache implementation
Internal record store
|
Modifier and Type | Field and Description |
---|---|
protected CacheContext |
AbstractCacheRecordStore.cacheContext |
Modifier and Type | Field and Description |
---|---|
protected ConstructorFunction<String,CacheContext> |
AbstractCacheService.cacheContexesConstructorFunction |
protected ConcurrentMap<String,CacheContext> |
AbstractCacheService.cacheContexts |
Modifier and Type | Method and Description |
---|---|
CacheContext |
AbstractCacheService.getCacheContext(String name) |
CacheContext |
AbstractCacheService.getOrCreateCacheContext(String name) |
CacheContext |
ICacheService.getOrCreateCacheContext(String name) |
Modifier and Type | Method and Description |
---|---|
static CacheEntryCountResolver |
CacheEntryCountResolver.createEntryCountResolver(CacheContext cacheContext) |
Constructor and Description |
---|
CacheInvalidationListener(ClientEndpoint endpoint,
long callId,
CacheContext cacheContext) |
Constructor and Description |
---|
CacheRecordHashMap(int initialCapacity,
CacheContext cacheContext) |
CacheRecordHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
ConcurrentReferenceHashMap.ReferenceType keyType,
ConcurrentReferenceHashMap.ReferenceType valueType,
EnumSet<ConcurrentReferenceHashMap.Option> options,
CacheContext cacheContext) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.