com.hazelcast.hibernate.local
public class TimestampsRegionCache extends LocalRegionCache implements RegionCache
cache, config, messageListener, topic, versionComparator
Constructor and Description |
---|
TimestampsRegionCache(String name,
HazelcastInstance hazelcastInstance) |
Modifier and Type | Method and Description |
---|---|
protected Object |
createMessage(Object key,
Object value,
Object currentVersion) |
protected MessageListener<Object> |
createMessageListener() |
boolean |
put(Object key,
Object value,
Object currentVersion) |
asMap, clear, contains, get, getSizeInMemory, remove, size, tryLock, unlock, update
public TimestampsRegionCache(String name, HazelcastInstance hazelcastInstance)
public boolean put(Object key, Object value, Object currentVersion)
put
in interface RegionCache
put
in class LocalRegionCache
protected MessageListener<Object> createMessageListener()
createMessageListener
in class LocalRegionCache
protected Object createMessage(Object key, Object value, Object currentVersion)
createMessage
in class LocalRegionCache
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.