public class CacheSimpleEntryListenerConfigReadOnly extends CacheSimpleEntryListenerConfig
Constructor and Description |
---|
CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig) |
Modifier and Type | Method and Description |
---|---|
void |
setCacheEntryEventFilterFactory(String cacheEntryEventFilterFactory) |
void |
setCacheEntryListenerFactory(String cacheEntryListenerFactory) |
void |
setOldValueRequired(boolean oldValueRequired)
If true, previously assigned values for the affected keys will be sent to this
cache entry listener implementation.
|
void |
setSynchronous(boolean synchronous)
If true, this cache entry listener implementation will be called
in a synchronous manner.
|
getAsReadOnly, getCacheEntryEventFilterFactory, getCacheEntryListenerFactory, isOldValueRequired, isSynchronous
public CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig)
public void setSynchronous(boolean synchronous)
CacheSimpleEntryListenerConfig
setSynchronous
in class CacheSimpleEntryListenerConfig
synchronous
- True to have this cache entry listener implementation called
in a synchronous manner, false otherwise.public void setOldValueRequired(boolean oldValueRequired)
CacheSimpleEntryListenerConfig
setOldValueRequired
in class CacheSimpleEntryListenerConfig
oldValueRequired
- True to have old value required, false otherwise.public void setCacheEntryEventFilterFactory(String cacheEntryEventFilterFactory)
setCacheEntryEventFilterFactory
in class CacheSimpleEntryListenerConfig
public void setCacheEntryListenerFactory(String cacheEntryListenerFactory)
setCacheEntryListenerFactory
in class CacheSimpleEntryListenerConfig
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.