| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.cache.impl.operation | 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 cacheNameWithPrefix) | 
| protected abstract ICacheRecordStore | AbstractCacheService. createNewRecordStore(String cacheNameWithPrefix,
                    int partitionId) | 
| protected ICacheRecordStore | CacheService. createNewRecordStore(String cacheNameWithPrefix,
                    int partitionId) | 
| ICacheRecordStore | CachePartitionSegment. getOrCreateRecordStore(String cacheNameWithPrefix)Gets or creates a cache record store with the prefixed  cacheNameWithPrefix. | 
| ICacheRecordStore | AbstractCacheService. getOrCreateRecordStore(String cacheNameWithPrefix,
                      int partitionId) | 
| ICacheRecordStore | ICacheService. getOrCreateRecordStore(String cacheNameWithPrefix,
                      int partitionId)Gets or creates a cache record store with the prefixed  cacheNameWithPrefixand partition ID. | 
| ICacheRecordStore | CachePartitionSegment. getRecordStore(String cacheNameWithPrefix)Returns a cache record store with the prefixed
  cacheNameWithPrefixornullif one doesn't exist. | 
| ICacheRecordStore | AbstractCacheService. getRecordStore(String cacheNameWithPrefix,
              int partitionId) | 
| ICacheRecordStore | ICacheService. getRecordStore(String cacheNameWithPrefix,
              int partitionId)Returns a cache record store with the prefixed  cacheNameWithPrefixand partition ID
 ornullif one doesn't exist. | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<ICacheRecordStore> | CachePartitionSegment. recordStoreIterator() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ICacheRecordStore | AbstractCacheOperation. cache | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | CacheReplicationOperation. storeRecordsToReplicate(ICacheRecordStore recordStore) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.