public class CacheSimpleEntryListenerConfigReadOnly extends CacheSimpleEntryListenerConfig
Constructor and Description |
---|
CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
setCacheEntryEventFilterFactory(String cacheEntryEventFilterFactory)
Deprecated.
|
void |
setCacheEntryListenerFactory(String cacheEntryListenerFactory)
Deprecated.
|
void |
setOldValueRequired(boolean oldValueRequired)
Deprecated.
If true, previously assigned values for the affected keys will be sent to this
cache entry listener implementation.
|
void |
setSynchronous(boolean synchronous)
Deprecated.
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 © 2017 Hazelcast, Inc.. All Rights Reserved.