Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheRecordStore<R extends CacheRecord,CRM extends SampleableCacheRecordMap<Data,R>> |
class |
CacheRecordStore
On-Heap implementation of the
ICacheRecordStore |
Modifier and Type | Method and Description |
---|---|
protected abstract ICacheRecordStore |
AbstractCacheService.createNewRecordStore(String name,
int partitionId) |
protected ICacheRecordStore |
CacheService.createNewRecordStore(String name,
int partitionId) |
ICacheRecordStore |
CachePartitionSegment.getCache(String name) |
ICacheRecordStore |
AbstractCacheService.getCacheRecordStore(String name,
int partitionId) |
ICacheRecordStore |
ICacheService.getCacheRecordStore(String name,
int partitionId) |
ICacheRecordStore |
CachePartitionSegment.getOrCreateCache(String name) |
ICacheRecordStore |
AbstractCacheService.getOrCreateCache(String name,
int partitionId) |
ICacheRecordStore |
ICacheService.getOrCreateCache(String name,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
Iterator<ICacheRecordStore> |
CachePartitionSegment.cacheIterator() |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.