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