|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapLoaderLifecycleSupport
Provides Lifecycle support for the implementing MapLoader class. MapLoader classes implementing MapLoaderLifecycleSupport interface will be called by Hazelcast on init and destroy so that implementation can do necessary configuration when initializing and clean up when destroying.
Method Summary | |
---|---|
void |
destroy()
Hazelcast will call this method before shutting down. |
void |
init(HazelcastInstance hazelcastInstance,
Properties properties,
String mapName)
Initializes this MapLoader implementation. |
Method Detail |
---|
void init(HazelcastInstance hazelcastInstance, Properties properties, String mapName)
hazelcastInstance
- HazelcastInstance of this mapLoader.properties
- Properties set for this mapStore. see MapStoreConfigmapName
- name of the map.void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |