Fuad
> --
> 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.
>
>
--
@fuadm
<hazelcast>Thanks in advanced.
<map name="user">
<map-store enabled="true">
<class-name>com.xxx.demo.UserStore</class-name>
<write-delay-seconds>0</write-delay-seconds>
</map-store>
<map-load enabled="true">
<class-name>com.xxx.demo.UserLoader</class-name>
</map-store>
</map>
</hazelcast>
<hazelcast>
<map name="user">
<map-store enabled="true">
<class-name>com.xxx.demo.UserStore</class-name>
<write-delay-seconds>0</write-delay-seconds>
</map-store>
<map-load enabled="true">
<class-name>com.xxx.demo.UserLoader</class-name>
</map-load>
</map>
</hazelcast>--
@fuadm