K - Type of key for entry to be processed.V - Type of value for entry to be processed.public class HiDensityNativeMemoryCacheEntryProcessorEntry<K,V> extends com.hazelcast.cache.impl.CacheEntryProcessorEntry<K,V,HiDensityNativeMemoryCacheRecord>
| Constructor and Description |
|---|
HiDensityNativeMemoryCacheEntryProcessorEntry(com.hazelcast.nio.serialization.Data keyData,
HiDensityNativeMemoryCacheRecord record,
HiDensityNativeMemoryCacheRecordStore cacheRecordStore,
long now,
int completionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges() |
protected V |
getRecordValue(HiDensityNativeMemoryCacheRecord record) |
protected void |
onCreate(com.hazelcast.nio.serialization.Data key,
Object value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
long now,
boolean disableWriteThrough,
int completionId,
boolean saved) |
protected void |
onLoad(com.hazelcast.nio.serialization.Data key,
Object value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
long now,
boolean disableWriteThrough,
int completionId,
boolean saved) |
public HiDensityNativeMemoryCacheEntryProcessorEntry(com.hazelcast.nio.serialization.Data keyData,
HiDensityNativeMemoryCacheRecord record,
HiDensityNativeMemoryCacheRecordStore cacheRecordStore,
long now,
int completionId)
protected V getRecordValue(HiDensityNativeMemoryCacheRecord record)
getRecordValue in class com.hazelcast.cache.impl.CacheEntryProcessorEntry<K,V,HiDensityNativeMemoryCacheRecord>public void applyChanges()
applyChanges in class com.hazelcast.cache.impl.CacheEntryProcessorEntry<K,V,HiDensityNativeMemoryCacheRecord>protected void onCreate(com.hazelcast.nio.serialization.Data key,
Object value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
long now,
boolean disableWriteThrough,
int completionId,
boolean saved)
onCreate in class com.hazelcast.cache.impl.CacheEntryProcessorEntry<K,V,HiDensityNativeMemoryCacheRecord>protected void onLoad(com.hazelcast.nio.serialization.Data key,
Object value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
long now,
boolean disableWriteThrough,
int completionId,
boolean saved)
onLoad in class com.hazelcast.cache.impl.CacheEntryProcessorEntry<K,V,HiDensityNativeMemoryCacheRecord>Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.