| Package | Description | 
|---|---|
| com.hazelcast.client.console | 
 This package contains ClientConsoleApp 
 | 
| com.hazelcast.client.impl.protocol.task.replicatedmap | 
 Client protocol tasks implementations for ReplicatedMap 
 | 
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.console | 
 This package contains classes related to ConsoleApp 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.map.impl | 
 Contains implementation specific classes of  
com.hazelcast.map package. | 
| com.hazelcast.map.impl.client | 
 Contains client requests for the  
IMap | 
| com.hazelcast.map.listener | 
 Contains various  
MapListener interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientConsoleApp.mapCleared(MapEvent event)  | 
void | 
ClientConsoleApp.mapEvicted(MapEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractReplicatedMapAddEntryListenerMessageTask.mapCleared(MapEvent event)  | 
void | 
AbstractReplicatedMapAddEntryListenerMessageTask.mapEvicted(MapEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EntryListenerConfig.MapListenerToEntryListenerAdapter.mapCleared(MapEvent event)  | 
void | 
EntryListenerConfig.MapListenerToEntryListenerAdapter.mapEvicted(MapEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConsoleApp.mapCleared(MapEvent event)  | 
void | 
ConsoleApp.mapEvicted(MapEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MapListenerAdapter.mapCleared(MapEvent event)  | 
void | 
MapListenerAdapter.mapEvicted(MapEvent event)  | 
void | 
MapListenerAdapter.onMapEvent(MapEvent event)
This method is called when an one of the methods of the  
EntryListener is not
 overridden. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientMapListener.onMapEvent(MapEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
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(). | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.