K
- the type of key.V
- the type of value.@FunctionalInterface public interface EntryLoadedListener<K,V> extends MapListener
MapLoader
. By using this listener and
EntryAddedListener
, one can distinguish an application put from
map-loader load.Modifier and Type | Method and Description |
---|---|
void |
entryLoaded(EntryEvent<K,V> event)
Invoked upon load of an entry.
|
void entryLoaded(EntryEvent<K,V> event)
event
- the event invoked when an entry is loadedCopyright © 2023 Hazelcast, Inc.. All rights reserved.