Uses of Interface
com.hazelcast.core.EntryListener
Package
Description
This package contains classes related to ConsoleApp
Provides core API interfaces/classes.
Contains the API for the
MultiMap
.Classes for replicated map.
-
Uses of EntryListener in com.hazelcast.console
Modifier and TypeClassDescriptionclass
Special thanks to Alexandre Vasseur for providing this very nice test application. -
Uses of EntryListener in com.hazelcast.core
-
Uses of EntryListener in com.hazelcast.multimap
Modifier and TypeMethodDescriptionMultiMap.addEntryListener
(EntryListener<K, V> listener, boolean includeValue) Adds an entry listener for this multimap.MultiMap.addEntryListener
(EntryListener<K, V> listener, K key, boolean includeValue) Adds the specified entry listener for the specified key.MultiMap.addLocalEntryListener
(EntryListener<K, V> listener) Adds a local entry listener for this multimap.MultiMap.addLocalEntryListener
(EntryListener<K, V> listener, boolean includeValue) MultiMap.addLocalEntryListener(EntryListener)
Adds a local entry listener with ability to configure if event should contain the value for this multimap. -
Uses of EntryListener in com.hazelcast.replicatedmap
Modifier and TypeMethodDescriptionReplicatedMap.addEntryListener
(EntryListener<K, V> listener) Adds an entry listener for this map.ReplicatedMap.addEntryListener
(EntryListener<K, V> listener, Predicate<K, V> predicate) Adds a continuous entry listener for this map.ReplicatedMap.addEntryListener
(EntryListener<K, V> listener, Predicate<K, V> predicate, K key) Adds a continuous entry listener for this map.ReplicatedMap.addEntryListener
(EntryListener<K, V> listener, K key) Adds the specified entry listener for the specified key.