Uses of Interface
com.hazelcast.cache.impl.ICacheRecordStore

Packages that use ICacheRecordStore
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
 

Uses of ICacheRecordStore in com.hazelcast.cache.impl
 

Classes in com.hazelcast.cache.impl that implement ICacheRecordStore
 class AbstractCacheRecordStore<R extends CacheRecord,CRM extends SampleableCacheRecordMap<Data,R>>
           
 class CacheRecordStore
          On-Heap implementation of the ICacheRecordStore
 

Methods in com.hazelcast.cache.impl that return ICacheRecordStore
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)
           
 

Methods in com.hazelcast.cache.impl that return types with arguments of type ICacheRecordStore
 Iterator<ICacheRecordStore> CachePartitionSegment.cacheIterator()
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.