--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
hazelcastInstance.getMap("myMap") already creates that map lazily if that does not exist in cluster.
BTW if I modify Config object, i.e. programatically add configuration
for a map, and then create that map, will other nodes know that
configuration?
--
Pozdrawiam / Best Regards
Rafal Krupinski
but it is on plan (in short period) to be able to edit configuration on the fly and to acknowledge all nodes with that change.
<map name="lru-*">...
<map name="five-min-ttl-*">...
<map name="mapstore-aware-*>...
then you can create as many map as you want on the fly...
Hazelcast.getMap("lru-Jobs");
Hazelcast.getMap("five-min-ttl-Sessions");
Hazelcast.getMap("mapstore-aware-Orders");
Problem with the dynamic configuration and creation of the map is the
fact that you have to make sure that all nodes are using the exact
same config for the created map. What if the map is created on another
node with a totally different config already. It is a total mess!
twitter @oztalip
twitter @oztalip
> To post to this group, send email to haze...@googlegroups.com.