|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapEvent | |
---|---|
com.hazelcast.client.console | This package contains ClientConsoleApp |
com.hazelcast.client.impl.protocol.task.replicatedmap | Client protocol tasks implementations for ReplicatedMap |
com.hazelcast.console | This package contains classes related to ConsoleApp |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.map.listener | Contains various MapListener interfaces. |
Uses of MapEvent in com.hazelcast.client.console |
---|
Methods in com.hazelcast.client.console with parameters of type MapEvent | |
---|---|
void |
ClientConsoleApp.mapCleared(MapEvent event)
|
void |
ClientConsoleApp.mapEvicted(MapEvent event)
|
Uses of MapEvent in com.hazelcast.client.impl.protocol.task.replicatedmap |
---|
Methods in com.hazelcast.client.impl.protocol.task.replicatedmap with parameters of type MapEvent | |
---|---|
void |
AbstractReplicatedMapAddEntryListenerMessageTask.mapCleared(MapEvent event)
|
void |
AbstractReplicatedMapAddEntryListenerMessageTask.mapEvicted(MapEvent event)
|
Uses of MapEvent in com.hazelcast.console |
---|
Methods in com.hazelcast.console with parameters of type MapEvent | |
---|---|
void |
ConsoleApp.mapCleared(MapEvent event)
|
void |
ConsoleApp.mapEvicted(MapEvent event)
|
Uses of MapEvent in com.hazelcast.core |
---|
Methods in com.hazelcast.core with parameters of type MapEvent | |
---|---|
void |
EntryAdapter.mapCleared(MapEvent event)
|
void |
EntryAdapter.mapEvicted(MapEvent event)
|
void |
EntryAdapter.onMapEvent(MapEvent event)
This method is called when an one of the methods of the EntryListener is not
overridden. |
Uses of MapEvent in com.hazelcast.map.listener |
---|
Methods in com.hazelcast.map.listener with parameters of type MapEvent | |
---|---|
void |
MapClearedListener.mapCleared(MapEvent event)
Invoked when all entries are removed by IMap.clear() . |
void |
MapEvictedListener.mapEvicted(MapEvent event)
Invoked when all entries are evicted by IMap.evictAll() . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |