| Package | Description | 
|---|---|
| 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 | Contains Hazelcast map module classes. | 
| com.hazelcast.map.listener | Contains various  MapListenerinterfaces. | 
| Class and Description | 
|---|
| MapListener A marker interface which is used to get
 notified upon a map or an entry event. | 
| MapPartitionLostListener Invoked when owner and all backups of a partition is lost for a specific map. | 
| Class and Description | 
|---|
| EntryAddedListener Invoked upon addition of an entry. | 
| EntryEvictedListener Invoked upon eviction of an entry. | 
| EntryExpiredListener Listener which is notified after removal of an entry due to the expiration-based-eviction. | 
| EntryRemovedListener Invoked upon removal of an entry. | 
| EntryUpdatedListener Invoked upon update of an entry. | 
| MapClearedListener Invoked after all entries are removed by  IMap.clear(). | 
| MapEvictedListener Invoked after all entries are evicted by  IMap.evictAll(). | 
| MapListener A marker interface which is used to get
 notified upon a map or an entry event. | 
| Class and Description | 
|---|
| EntryAddedListener Invoked upon addition of an entry. | 
| EntryEvictedListener Invoked upon eviction of an entry. | 
| EntryExpiredListener Listener which is notified after removal of an entry due to the expiration-based-eviction. | 
| EntryRemovedListener Invoked upon removal of an entry. | 
| EntryUpdatedListener Invoked upon update of an entry. | 
| MapClearedListener Invoked after all entries are removed by  IMap.clear(). | 
| MapEvictedListener Invoked after all entries are evicted by  IMap.evictAll(). | 
| MapListener A marker interface which is used to get
 notified upon a map or an entry event. | 
| Class and Description | 
|---|
| MapListener A marker interface which is used to get
 notified upon a map or an entry event. | 
| MapPartitionLostListener Invoked when owner and all backups of a partition is lost for a specific map. | 
| Class and Description | 
|---|
| MapListener A marker interface which is used to get
 notified upon a map or an entry event. | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.