|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntryListener | |
|---|---|
| com.hazelcast.config | |
| com.hazelcast.core | |
| com.hazelcast.jmx | The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast. |
| Uses of EntryListener in com.hazelcast.config |
|---|
| Methods in com.hazelcast.config that return EntryListener | |
|---|---|
EntryListener |
EntryListenerConfig.getImplementation()
|
| Methods in com.hazelcast.config with parameters of type EntryListener | |
|---|---|
void |
EntryListenerConfig.setImplementation(EntryListener implementation)
|
| Constructors in com.hazelcast.config with parameters of type EntryListener | |
|---|---|
EntryListenerConfig(EntryListener implementation,
boolean local,
boolean includeValue)
|
|
| Uses of EntryListener in com.hazelcast.core |
|---|
| Classes in com.hazelcast.core that implement EntryListener | |
|---|---|
class |
EntryAdapter<K,V>
Adapter for EntryListener. |
| Methods in com.hazelcast.core with parameters of type EntryListener | |
|---|---|
void |
IMap.addEntryListener(EntryListener<K,V> listener,
boolean includeValue)
Adds an entry listener for this map. |
void |
MultiMap.addEntryListener(EntryListener<K,V> listener,
boolean includeValue)
Adds an entry listener for this multimap. |
void |
IMap.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue)
Adds the specified entry listener for the specified key. |
void |
MultiMap.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue)
Adds the specified entry listener for the specified key. |
void |
IMap.addLocalEntryListener(EntryListener<K,V> listener)
Adds a local entry listener for this map. |
void |
MultiMap.addLocalEntryListener(EntryListener<K,V> listener)
Adds a local entry listener for this multimap. |
void |
IMap.removeEntryListener(EntryListener<K,V> listener)
Removes the specified entry listener Returns silently if there is no such listener added before. |
void |
MultiMap.removeEntryListener(EntryListener<K,V> listener)
Removes the specified entry listener Returns silently if there is no such listener added before. |
void |
IMap.removeEntryListener(EntryListener<K,V> listener,
K key)
Removes the specified entry listener for the specified key. |
void |
MultiMap.removeEntryListener(EntryListener<K,V> listener,
K key)
Removes the specified entry listener for the specified key. |
| Uses of EntryListener in com.hazelcast.jmx |
|---|
| Fields in com.hazelcast.jmx declared as EntryListener | |
|---|---|
protected EntryListener |
MapMBean.listener
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||