com.hazelcast.config
Class CacheSimpleEntryListenerConfig
java.lang.Object
com.hazelcast.config.CacheSimpleEntryListenerConfig
- Direct Known Subclasses:
- CacheSimpleEntryListenerConfigReadOnly
public class CacheSimpleEntryListenerConfig
- extends Object
Simple configuration to hold parsed listener config
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheSimpleEntryListenerConfig
public CacheSimpleEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
CacheSimpleEntryListenerConfig
public CacheSimpleEntryListenerConfig()
getAsReadOnly
public CacheSimpleEntryListenerConfigReadOnly getAsReadOnly()
getCacheEntryListenerFactory
public String getCacheEntryListenerFactory()
setCacheEntryListenerFactory
public void setCacheEntryListenerFactory(String cacheEntryListenerFactory)
getCacheEntryEventFilterFactory
public String getCacheEntryEventFilterFactory()
setCacheEntryEventFilterFactory
public void setCacheEntryEventFilterFactory(String cacheEntryEventFilterFactory)
isOldValueRequired
public boolean isOldValueRequired()
setOldValueRequired
public void setOldValueRequired(boolean oldValueRequired)
isSynchronous
public boolean isSynchronous()
setSynchronous
public void setSynchronous(boolean synchronous)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.