Hazelcast clients can not access cluster nodes' configuration. This operation is unsupported.
Also you should not update/change configuration after cluster is up.
--
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 unsubscribe from this group, send email to hazelcast+unsubscribe@googlegroups.com.
You should define configuration before nodes start. As I said before, you shouldn't update config after nodes started up. Also your Mapstore classes should be in classpath of your nodes.
You can use wildcard naming too.
http://hazelcast.com/docs/2.0/manual/single_html/#WildcardConfiguration
To view this discussion on the web visit https://groups.google.com/d/msg/hazelcast/-/HT94LgqGF4QJ.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@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 unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
Visit this group at http://groups.google.com/group/hazelcast.
For more options, visit https://groups.google.com/groups/opt_out.
Hi peterI am pretty new in hazel cast, and replacing from one of existing cache in our project to hazel cast, so trying to relate things.Just a small dobut if client ask for any new map which is still not in cluster , will a new Imap will be created?
and if client A put something in this new map, will it be available to cluster ?
Do i need to take lock before putting some value in key likeserverInstance.getMap(mapName).lock(key);is it necessary? , i think it should be handle by hazcst Server to which client is connected.
If it is so , then in what circumstance i need to do this ?