com.hazelcast.config
Class CacheSimpleEntryListenerConfigReadOnly
java.lang.Object
com.hazelcast.config.CacheSimpleEntryListenerConfig
com.hazelcast.config.CacheSimpleEntryListenerConfigReadOnly
public class CacheSimpleEntryListenerConfigReadOnly
- extends CacheSimpleEntryListenerConfig
Readonly version of CacheSimpleEntryListenerConfig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheSimpleEntryListenerConfigReadOnly
public CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig)
setSynchronous
public void setSynchronous(boolean synchronous)
- Overrides:
setSynchronous in class CacheSimpleEntryListenerConfig
setOldValueRequired
public void setOldValueRequired(boolean oldValueRequired)
- Overrides:
setOldValueRequired in class CacheSimpleEntryListenerConfig
setCacheEntryEventFilterFactory
public void setCacheEntryEventFilterFactory(String cacheEntryEventFilterFactory)
- Overrides:
setCacheEntryEventFilterFactory in class CacheSimpleEntryListenerConfig
setCacheEntryListenerFactory
public void setCacheEntryListenerFactory(String cacheEntryListenerFactory)
- Overrides:
setCacheEntryListenerFactory in class CacheSimpleEntryListenerConfig
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.