|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.core.AbstractMapStore<K,V>
public abstract class AbstractMapStore<K,V>
MapLoaderLifecycleSupport| Constructor Summary | |
|---|---|
AbstractMapStore()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
destroy()
Deprecated. Hazelcast will call this method before shutting down. |
void |
init(HazelcastInstance hazelcastInstance,
java.util.Properties properties,
java.lang.String mapName)
Deprecated. Initializes this MapLoader implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hazelcast.core.MapStore |
|---|
delete, deleteAll, store, storeAll |
| Methods inherited from interface com.hazelcast.core.MapLoader |
|---|
load, loadAll, loadAllKeys |
| Constructor Detail |
|---|
public AbstractMapStore()
| Method Detail |
|---|
public void init(HazelcastInstance hazelcastInstance,
java.util.Properties properties,
java.lang.String mapName)
MapLoaderLifecycleSupport
init in interface MapLoaderLifecycleSupporthazelcastInstance - HazelcastInstance of this mapLoader.properties - Properties set for this mapStore. see MapStoreConfigmapName - name of the map.public void destroy()
MapLoaderLifecycleSupport
destroy in interface MapLoaderLifecycleSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||