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. |
equals, getAsReadOnly, getCacheEntryEventFilterFactory, getCacheEntryListenerFactory, getFactoryId, getId, hashCode, isOldValueRequired, isSynchronous, readData, toString, writeData
public CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig)
public void setSynchronous(boolean synchronous)
CacheSimpleEntryListenerConfig
true
, this cache entry listener implementation will be called in a synchronous manner.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
true
, previously assigned values for the affected keys will be sent to this
cache entry listener implementation. Setting this attribute to true
creates additional traffic. Default value is false
.setOldValueRequired
in class CacheSimpleEntryListenerConfig
oldValueRequired
- true
to have old value required, false
otherwisepublic void setCacheEntryEventFilterFactory(String cacheEntryEventFilterFactory)
setCacheEntryEventFilterFactory
in class CacheSimpleEntryListenerConfig
public void setCacheEntryListenerFactory(String cacheEntryListenerFactory)
setCacheEntryListenerFactory
in class CacheSimpleEntryListenerConfig
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.