Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
SplitBrainAwareCacheRecordStore
Contract point for
ICacheRecordStore implementations
which are handled in split-brain. |
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 | 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() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.