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 |
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 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
cacheNameWithPrefix
and partition ID. |
ICacheRecordStore |
CachePartitionSegment.getRecordStore(String cacheNameWithPrefix)
Returns a cache record store with the prefixed
cacheNameWithPrefix or null if 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
cacheNameWithPrefix and partition ID
or null if 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 © 2017 Hazelcast, Inc.. All Rights Reserved.