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
MapListener interfaces. |
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 size-based-eviction of an entry.
|
EntryExpiredListener
Invoked upon expiration-based removal of an entry.
|
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 size-based-eviction of an entry.
|
EntryExpiredListener
Invoked upon expiration-based removal of an entry.
|
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 © 2023 Hazelcast, Inc.. All rights reserved.