public interface SplitBrainAwareCacheRecordStore extends ICacheRecordStore
ICacheRecordStore implementations
 which are handled in split-brain.CacheRecordStore, 
CacheEntryView, 
CacheMergePolicyUNIT_PERCENTAGE| Modifier and Type | Method and Description | 
|---|---|
| CacheRecord | merge(CacheEntryView<Data,Data> cacheEntryView,
     CacheMergePolicy mergePolicy)Merges given record (inside given  CacheEntryView) with the existing record as givenCacheMergePolicy. | 
clear, close, contains, destroy, evictIfRequired, get, getAll, getAndPut, getAndRemove, getAndReplace, getCacheStats, getConfig, getName, getReadOnlyRecords, getRecord, init, invoke, isWanReplicationEnabled, iterator, loadAll, put, putIfAbsent, putRecord, remove, remove, removeAll, removeRecord, replace, replace, sizeCacheRecord merge(CacheEntryView<Data,Data> cacheEntryView, CacheMergePolicy mergePolicy)
CacheEntryView) with the existing record as given CacheMergePolicy.cacheEntryView - the CacheEntryView instance that wraps key/value for merging and existing entrymergePolicy - the CacheMergePolicy instance for handling merge policyCacheRecord if merge is applied, otherwise nullCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.