| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SplitBrainAwareCacheRecordStoreContract point for  ICacheRecordStoreimplementations
 which are handled in split-brain. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCacheRecordStore<R extends CacheRecord,CRM extends SampleableCacheRecordMap<Data,R>> | 
| class  | CacheRecordStoreOn-Heap implementation of the  ICacheRecordStore | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConcurrentMap<String,ICacheRecordStore> | CachePartitionSegment. recordStores | 
| Modifier and Type | Method and Description | 
|---|---|
| ICacheRecordStore | CachePartitionSegment. createNew(String name) | 
| protected abstract ICacheRecordStore | AbstractCacheService. createNewRecordStore(String name,
                    int partitionId) | 
| protected ICacheRecordStore | CacheService. createNewRecordStore(String name,
                    int partitionId) | 
| ICacheRecordStore | CachePartitionSegment. getOrCreateRecordStore(String name) | 
| ICacheRecordStore | AbstractCacheService. getOrCreateRecordStore(String name,
                      int partitionId) | 
| ICacheRecordStore | ICacheService. getOrCreateRecordStore(String name,
                      int partitionId) | 
| ICacheRecordStore | CachePartitionSegment. getRecordStore(String name) | 
| ICacheRecordStore | AbstractCacheService. getRecordStore(String name,
              int partitionId) | 
| ICacheRecordStore | ICacheService. getRecordStore(String name,
              int partitionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<ICacheRecordStore> | CachePartitionSegment. recordStoreIterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ICacheRecordStore. transferRecordsFrom(ICacheRecordStore src)Transfers all records from source record store
 and drops previous records owned by this record store. | 
| void | AbstractCacheRecordStore. transferRecordsFrom(ICacheRecordStore src) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.