K - the type of key.V - the type of value.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 © 2019 Hazelcast, Inc.. All Rights Reserved.